slidev icon indicating copy to clipboard operation
slidev copied to clipboard

Secure Slides

Open sosensible opened this issue 1 year ago • 1 comments

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.

sosensible avatar Jan 21 '25 21:01 sosensible

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. 🤔

mathias-ewald avatar Feb 20 '25 17:02 mathias-ewald