Skip to content

Web APIs for Django REST Framework and JWT token. 🎸

Notifications You must be signed in to change notification settings

munnasarfraz/django_jwt_token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

Integration of django with JWT token system

install --

pip install django

pip install djangorestframework-simplejwt

 REST_FRAMEWORK = {
 
      'DEFAULT_AUTHENTICATION_CLASSES': (
      
          'rest_framework_simplejwt.authentication.JWTAuthentication',
          
     )
     
  }

About

Web APIs for Django REST Framework and JWT token. 🎸

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages