summary refs log tree commit diff
path: root/synapse/handlers/jwt.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Do not allow deactivated users to login with JWT. (#15624)Patrick Cloke2023-05-191-0/+118
To improve the organization of this code it moves the JWT login checks to a separate handler and then fixes the bug (and a deprecation warning).