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
- Host: GitHub
- URL: https://github.com/vviveksharma/django-oauth
- Owner: vviveksharma
- Created: 2022-04-11T10:10:45.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-11T10:14:14.000Z (about 4 years ago)
- Last Synced: 2024-04-11T15:24:20.815Z (about 2 years ago)
- Topics: jwt-authentication, python3, rest-api
- Language: Python
- Homepage:
- Size: 17.6 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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