ADR0000: Use Django's authentication for user management #84
kimadactyl
started this conversation in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Context and Problem Statement
We need to ensure the site is highly secure against fascists and trolls, but we also need the website to be simple for admin users.
Decision Drivers
Considered Options
Decision Outcome
Chosen option: "Django's in-built user management", because it comes for free and meets the requirements.
Positive Consequences
Negative Consequences
Pros and Cons of the Options
Auth0
Auth0 provides a number of methods for managing users. This simplest being a database of users, which can be used with a Django plugin. The most complicated being passwordless, which would require custom code.
[option 2]
Django comes with user management out of the box.
Beta Was this translation helpful? Give feedback.
All reactions