slidev
slidev copied to clipboard
Secure Slides
Is your feature request related to a problem? Please describe. We want to use slidev for online training, and presenting to live audiences. Right now if we post them, everyone has access.
Describe the solution you'd like Options:
- Require a login
- Require the preso to be open with some toggle.
- Require it can only be shared from certain pages, URLs.
Describe alternatives you've considered The alternative is to put everything into video, which is less interactive and requires re-editing the video for updates.
I'd say the alternative is to put a reverse proxy before the webserver thas hosts slidev and make it require authentication or implement the other method of restriction you mentioned. 🤔