Add JWT support

This commit is contained in:
Niklas Riekenbrauck 2016-03-28 21:33:40 +02:00 committed by Niklas Riekenbrauck
parent 3e8bb99a2b
commit 3f9948a069
4 changed files with 93 additions and 1 deletions

View file

@ -36,6 +36,7 @@ REQUIREMENTS = {
"blist": ["blist"],
"pysaml2>=3.0.0,<4.0.0": ["saml2>=3.0.0,<4.0.0"],
"pymacaroons-pynacl": ["pymacaroons"],
"pyjwt": ["jwt"],
}
CONDITIONAL_REQUIREMENTS = {
"web_client": {