Skip to content
This repository has been archived by the owner on Aug 28, 2022. It is now read-only.

Latest commit

 

History

History
11 lines (7 loc) · 200 Bytes

File metadata and controls

11 lines (7 loc) · 200 Bytes

Simple JWT SPA

About

Simple JWT SPA sets the JWT token in the cookie as httponly, and operates the SPA securely.

Requirements

  • Python
  • djangorestframework-simplejwt
  • django-cors-headers