Allow users to view livestreams and assets in the dashboard if the playback policy is set to `jwt`
@pglowacky is already working on this.
Since Jan 4, 2023.
- Dominant language
- TypeScript
- Stars
- 88
- Forks
- 37
- PR merge metrics
- No merged PRs in 30d
Description
### Context
Playback policies currently disallow users from playing back videos that have a playback policy of `jwt` unless they've signed a JWT and use the token in the playback URL. As a result, if a user changes the playback policy in the dashboard to `jwt` they'll no longer be able to see the video in the dashboard.
Is there a way we can maintain the security of the jwt signed video and expose it in the dashboard?
### Requirements
A solution must:
- Allow users to be able to view the asset in the dashboard
- Not compromise the security of signed video
- Not require extra steps to sign video -- this workflow must be maintained
- Allow users to see stream health and viewership metrics
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Assessment
This issue has not been assessed yet.