Skip to content

Admin portal - Add user authentication #53

@joeflack4

Description

@joeflack4

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

Metadata

Metadata

Labels

P3Priority: 3/5 (1=High, 5=Low)

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions