Switch from database-persisted auth codes to stateless JSON Web Tokens :)

This commit is contained in:
Danielle McLean 2017-11-02 16:36:16 +11:00
parent 41d490ea80
commit 1c09be1b1c
Signed by untrusted user: 00dani
GPG key ID: 5A5D2D1AFF12EEC5
6 changed files with 72 additions and 56 deletions

View file

@ -38,6 +38,7 @@ django-shorturls = "*"
accept-types = "*"
django-analytical = "*"
django-model-utils = "*"
pyjwt = "*"
[dev-packages]