/django-rest-authentication-system

Lookup project to see how authentication with email, username, password and social accounts work in REST inside django framework

Primary LanguagePython

Authentication with django-rest framework

TODOs

  • Login & registration support
  • Support for password reset, password change, verify user, etc.
  • Return JWT token instead of default token
  • Facebook login support
  • GitHub login support
  • Add support for Google login
  • Dockerize the django project
  • Connect the backend with a custom frontent and built a demo site

Packages Used