Skip to content

lyamaa/pyJWT-django

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 

Repository files navigation

pyJWT-django

Example on how to use JWT http only cookies


Use the package manager pip to install required library.

pip install -r requirements.txt

Run Migrations:

python manage.py makemigrations
python manage.py migrate
python manage.py runserver