Skip to content

I developed a Django REST Framework project implementing user registration,login ,change password and reset password functionalities. The authentication is token-based using Simple JWT, allowing secure access to protected endpoints. The project includes custom views, serializers, and URL configurations for seamless integration of these features.

Notifications You must be signed in to change notification settings

shahpankaj123/JWT_Authentication_Api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django REST Framework Complete Authentication API with Simple JWT

To Run this Project follow below:

mkvirtualenv authenv
pip install -r requirements.txt
python manage.py makemigrations
python manage.py migrate
python manage.py runserver

There is a File "DjangoAuthAPI.postman_collection" which has Postman Collection You can import this file in your postman to test this API

About

I developed a Django REST Framework project implementing user registration,login ,change password and reset password functionalities. The authentication is token-based using Simple JWT, allowing secure access to protected endpoints. The project includes custom views, serializers, and URL configurations for seamless integration of these features.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages