Merge pull request #60 from coreos-inc/jwtauthentication

Add support for an external JWT-based authentication system
This commit is contained in:
Jake Moshenko 2015-06-05 13:37:42 -04:00
commit 2a2414d6af
10 changed files with 417 additions and 38 deletions

View file

@ -14,6 +14,7 @@ Pillow==2.8.1
PyMySQL==0.6.6
PyPDF2==1.24
PyYAML==3.11
PyJWT==1.3.0
SQLAlchemy==1.0.3
WebOb==1.4.1
Werkzeug==0.10.4