CityOfLosAngeles / hcid-lookup-tool

A lookup tool for data from LAHD. Repository has been archived 2022-10-13.
Apache License 2.0
0 stars 3 forks source link

Authentication #4

Closed hunterowens closed 7 years ago

hunterowens commented 7 years ago

What sort of authentication do we need?

hunterowens commented 7 years ago

I believe it will just be basic logins to view but correct me if wrong @josh5000 @gracebenedicto

oshalygin commented 7 years ago

How are authorizations handled?(Obviously separate from Authentication)

hunterowens commented 7 years ago

@oshalygin I think if auth == should be able to view everything.

oshalygin commented 7 years ago

then why have auth at all?

hunterowens commented 7 years ago

@oshalygin I may have misconstrued the question, forgive me.

Revised:

Make sense?

oshalygin commented 7 years ago

Perfect thats very clear. It's a good segway into finer grained permissions in the future. The reason I bring this is up is because bolting on authorization later is always a heavy lift.

hunterowens commented 7 years ago

Add superusers for #8

andreyorlov33 commented 7 years ago

@hunterowens do we need to have two different admin levels ? level 1 controls user accounts level 2 controls accounts and is able to upload data please advise.

hunterowens commented 7 years ago

HTTP basic auth is implemented