pariyatti / kosa

Digital library service
GNU Affero General Public License v3.0
8 stars 3 forks source link

Basic Authentication #29

Closed deobald closed 3 years ago

deobald commented 3 years ago
oxalorg commented 3 years ago

Would "HTTP Basic Auth" be enough? We could have an environment variable with a fixed password and just use that to enter the website. :thinking:

This would be a simple solution, shouldn't take me long to implement it.

deobald commented 3 years ago

Yup, that would totally work. For the foreseeable future, there will only be a few users on the website (Brihas, Renate, and maybe Nishant or Steve Hanlon) ... it doesn't seem necessary to add full-blown user accounts until the website and mobile app have seen some use. :)

oxalorg commented 3 years ago

Sounds good! I'll add this over the weekends as this is a v0 milestone and seems super important :)