-
-
Notifications
You must be signed in to change notification settings - Fork 1.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature/password protected videos #5836
Feature/password protected videos #5836
Conversation
client/src/app/shared/shared-main/video/video-password.service.ts
Outdated
Show resolved
Hide resolved
Hello. Seems to be a great feature! I'm the developer of the livechat plugin. I don't have the time to test your feature in the coming days, but it want to be sure that the livechat plugin is compatible. In other words: that the chat won't be displayed before you enter the password, and that the chat url can't be guessed (so that a bad actor could join the chat, even if he did not know the password). Would it be possible for you to test the first point? That the chat does not show up before you entered the password? For the second point, currently the chat url contains the video UUID. So I guess it is an issue (i suppose that you can see the real video url before entering the password?). How can a plugin backend know if the current user has access to such a video? Is there any hook I can test? Any cookie? Or maybe a front-end hook so that the plugin can obtain the typed password, and send it to the backend (where a backend plugin hook can check the password?) |
Hi, I've just tested my feature with your plugin, it seems to work fine together.
It doesn't seem to be displayed before. The UUID of the video is not sensitive data, because the password protection of the video works like a private video, but instead of using your login details, you use a password. |
Great!
What i meant was, if the video is |
Description
Enable a password protection privacy for videos.
Related issues
Fixes #620
Has this been tested?
Screenshots