kkampardi / darkroom

Dango REST API with AngularJS
MIT License
0 stars 0 forks source link

Build the basics for the authentication system #8

Open kkampardi opened 7 years ago

kkampardi commented 7 years ago

Using the django authentication system create

Build also the user registration flow

Add social authentication

We can use the Oauth magic here ;)

kkampardi commented 7 years ago

About the login view:

  1. Get the user name and password by posting a form
  2. Authenticate the user against the data stored in the database
  3. Check if the user is active
  4. Log the user in and start an authenticated session