-
Notifications
You must be signed in to change notification settings - Fork 3
Open
Labels
P3Priority: 3/5 (1=High, 5=Low)Priority: 3/5 (1=High, 5=Low)
Description
Description
A user should be able to log in / out of the admin portal, simply for security purposes.
Possible solutions
Authentication as a service
For example, Auth0 is a free service that handles user authentication.
Flask-User
Flask-Login
A simple static password implementation
Rather than having users with passwords, we can simply have a static password that everyone can share. A username won't even be necessary.
From James:
for let's pull from the environment
so that we can set the password in heroku backend
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3Priority: 3/5 (1=High, 5=Low)Priority: 3/5 (1=High, 5=Low)