summary refs log tree commit diff
path: root/docs/jwt.md (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Cleanup references to sample config in the docs and redirect users to ↵Shay2022-06-301-3/+2
| | | | configuration manual (#13077)
* Replace pyjwt with authlib in `org.matrix.login.jwt` (#13011)Hannes Lerchl2022-06-151-12/+23
|
* Remove unstable/unspecced login types. (#12597)Patrick Cloke2022-05-041-3/+0
| | | | | | * `m.login.jwt`, which was never specced and has been deprecated since Synapse 1.16.0. (`org.matrix.login.jwt` can be used instead.) * `uk.half-shot.msc2778.login.application_service`, which was stabilized as part of the Matrix spec v1.2 release.
* Add config for customizing the claim used for JWT logins. (#11361)Kostas2021-11-221-2/+3
| | | | | Allows specifying a different claim (from the default "sub") to use when calculating the localpart of the Matrix ID used during the JWT login.
* Return the proper 403 Forbidden error during errors with JWT logins. (#7844)Patrick Cloke2020-07-151-4/+1
|
* Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827)Patrick Cloke2020-07-141-3/+13
|
* Add documentation for JWT login type and improve sample config. (#7776)Patrick Cloke2020-07-061-0/+90