What's Changed
- feat: Force login to view videos by @Zibbp in #2
- Set the environment variable
REQUIRE_LOGIN
to true to require users to login to view videos.
- Set the environment variable
- fix(search): allow playback data on search page to fail if not logged in b9bdb65.
- feat(loader): switch to circle loader animation fd359f2.
- fix(chat/player): formatting 867516b.
- feat(vod): use video title for document title (tab title) b45f1ff.
Features
Require Login
If the frontend container environment variable REQUIRE_LOGIN
is set to true. Then users will need to be logged in to view the video. When navigating to a video without being logged in the user will be greeted a "login required" message.