CorentinTh / enclosed

Minimalistic web app designed for sending private and secure notes.
https://enclosed.cc
Apache License 2.0
309 stars 13 forks source link

Api authentication + login prompt #125

Closed CorentinTh closed 1 week ago

CorentinTh commented 2 weeks ago

Add the ability to set some password to access the site.

The passwords would be set as configuration in the server, and the user would have to enter it to access the site (and the api). Add the possibility to disable the need for authentication for some note (add isPublic to the note object) so that some notes can be accessed without the password.