Skip to content

Latest commit

 

History

History
18 lines (13 loc) · 316 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 316 Bytes

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