Skip to content

Irfanwani/django-auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages