Skip to content

Latest commit

 

History

History
18 lines (14 loc) · 527 Bytes

README.md

File metadata and controls

18 lines (14 loc) · 527 Bytes

django-auth

This is an authentication project created in django.

FEATURES;

  1. Basic registration, login, logout using django in-built auth system and django-rest-knox.
  2. Email verification and password reset features.
  3. Email verification is done using codes instead of links making it much easier to use from the frontend.
  4. Token authentication.

API ENDPOINTS;

  1. api/accounts/register
  2. api/accounts/login
  3. api/accounts/logout
  4. api/accounts/logoutall
  5. api/accounts/verifyemail
  6. api/accounts/passwordreset