Skip to content

JSON Web Token Authentication using Django REST Framework.

Notifications You must be signed in to change notification settings

ChauhanSiddharth/django_jwt_auth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Django JSON Web Token Authentication Boilerplate

Packages:

  • Django 2x
  • Django REST Framework
  • Django REST Framework JWT
  • Django REST Swagger

Install all requirements:

pip install -r requirements.txt

Migrate and run server from root directory

python manage.py makemigrations

python manage.py migrate

python manage.py runserver

Go to localhost:8000/api/docs to check all (GET/POST/DELETE) Endpoints and test API.

Preview

rest-swagger

Releases

No releases published

Packages

No packages published

Languages