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

https://github.com/undead-bacteria/auth_app_rest

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/undead-bacteria/auth_app_rest

backend-api django django-rest-framework jwt-authentication python token-based-authentication

Last synced: 2 months 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