Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arvrao/django-rest-framework-authentication

This project explains working of Django's Rest framework authentication system. We do API authentication using JWT tokens. We create a custom user class that modifies existing Django's base User class to login using email.
https://github.com/arvrao/django-rest-framework-authentication

django djangorestframework jwt-authentication python token-based-authentication

Last synced: about 1 month ago
JSON representation

This project explains working of Django's Rest framework authentication system. We do API authentication using JWT tokens. We create a custom user class that modifies existing Django's base User class to login using email.

Awesome Lists containing this project