summary refs log tree commit diff
path: root/synapse/config/jwt.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Rename handler and config modules which end in handler/config. (#9816)Patrick Cloke2021-04-201-0/+108
|
* Fix jwt import checkRichard van der Hoff2018-09-071-53/+0
| | | | | | | This handy code attempted to check that we could import jwt, but utterly failed to check it was the right jwt. Fixes https://github.com/matrix-org/synapse/issues/3793
* run isortAmber Brown2018-07-091-1/+0
|
* Make pyjwt dependency optionalErik Johnston2016-04-251-1/+16
|
* Fix issues with JWT loginNiklas Riekenbrauck2016-04-211-0/+2
|
* Add JWT supportNiklas Riekenbrauck2016-03-291-0/+37