codersforcauses / LAWRA

LAWRA project repo
0 stars 1 forks source link

How to authenticate users? #6

Closed binaryben closed 5 years ago

binaryben commented 5 years ago

Will the admin users all share a common method of authentication we can use, or do we need to store a seperate set of credentials?

binaryben commented 5 years ago

As part of this, we also need to know if we are only making this app for one "organisation" with many users, or may we need to create separate trees for separate organisations, each with their own admin users?

noobling commented 5 years ago

I think we keep it simple for now a single decision tree will work for all organisations. So I think the easiest way is to create a secret login/register page where people can signup. Once they have we manually alter the database to give them admin access.