Use JWT for access tokens (#15972)

* Use JWT for access tokens

* Update requirements

* Improvements
This commit is contained in:
Paulus Schoutsen 2018-08-14 21:14:12 +02:00 committed by GitHub
parent ee5d49a033
commit e776f88eec
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
20 changed files with 203 additions and 155 deletions

View file

@ -38,6 +38,7 @@ REQUIRES = [
'attrs==18.1.0',
'certifi>=2018.04.16',
'jinja2>=2.10',
'PyJWT==1.6.4',
'pip>=8.0.3',
'pytz>=2018.04',
'pyyaml>=3.13,<4',