forked from 00dani/lemoncurry
Switch from stateless JOSE tokens to stateful tokens in the DB, since they can then be much smaller and we're using a DB anyway
This commit is contained in:
parent
9c843ee145
commit
741c2eb234
7 changed files with 160 additions and 117 deletions
2
Pipfile
2
Pipfile
|
@ -29,7 +29,6 @@ django-annoying = "*"
|
|||
accept-types = "*"
|
||||
django-analytical = "*"
|
||||
django-model-utils = "*"
|
||||
python-jose = "*"
|
||||
django-rq = "*"
|
||||
ronkyuu = "*"
|
||||
cachecontrol = "*"
|
||||
|
@ -48,6 +47,7 @@ python-magic = "*"
|
|||
pyup-django = "*"
|
||||
"jinja2" = "*"
|
||||
msgpack = "*"
|
||||
django-randomslugfield = "*"
|
||||
|
||||
[dev-packages]
|
||||
ptpython = "*"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue