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

https://github.com/vviveksharma/django-oauth

Created a Django rest framework based JWT Tokenization system for Login and Register of the User
https://github.com/vviveksharma/django-oauth

jwt-authentication python3 rest-api

Last synced: 12 months ago
JSON representation

Created a Django rest framework based JWT Tokenization system for Login and Register of the User

Awesome Lists containing this project

README

          

# Django-Oauth
## Objective
1. The key objective was to Register , Login and Logout the user using django Restframework.
2. Used the restframework for the api creation
3. Implemented the restframework for the json response on the server