Why do you need this model? What does it solve? Please describe.
Almost every application requires a user model. It's the most copied/pasted, rethought, and restructured model that ever existed.
Describe the solution you'd like
There are a lot of user authentication/authorization systems that are already used in thousands of projects. We can get inspired by looking at them.
Why do you need this model? What does it solve? Please describe. Almost every application requires a user model. It's the most copied/pasted, rethought, and restructured model that ever existed.
Describe the solution you'd like There are a lot of user authentication/authorization systems that are already used in thousands of projects. We can get inspired by looking at them.
Fields
username
str
hashed_password
str
email
str
date_email_verified
datetime