summary refs log tree commit diff
path: root/synapse/config/jwt.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Allow dependency errors to pass through (#13113)Jacek KuĊ›nierz2022-06-301-14/+3
| | | | Signed-off-by: Jacek Kusnierz <jacek.kusnierz@tum.de> Co-authored-by: Brendan Abolivier <babolivier@matrix.org>
* Replace pyjwt with authlib in `org.matrix.login.jwt` (#13011)Hannes Lerchl2022-06-151-5/+5
|
* Remove code generating comments in configuration file (#12941)Shay2022-06-141-64/+0
|
* Add missing type hints to config classes. (#12402)Patrick Cloke2022-04-111-2/+6
|
* Add config for customizing the claim used for JWT logins. (#11361)Kostas2021-11-221-0/+9
| | | | | Allows specifying a different claim (from the default "sub") to use when calculating the localpart of the Matrix ID used during the JWT login.
* Update links to documentation in sample config (#10287)Dirk Klimpel2021-07-071-1/+1
| | | Signed-off-by: Dirk Klimpel dirk@klimpel.org
* 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