summary refs log tree commit diff
path: root/synapse/handlers/jwt.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Consolidate logic to check for deactivated users. (#15634)Patrick Cloke2023-05-231-16/+3
| | | | | | | This moves the deactivated user check to the method which all login types call. Additionally updates the application service tests to be more realistic by removing invalid tests and fixing server names.
* 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).