-
- Downloads
Refactor the user-interactive auth handling (#6105)
Pull the checkers out to their own classes, rather than having them lost in a massive 1000-line class which does everything. This is also preparation for some more intelligent advertising of flows, as per #6100
Showing
- changelog.d/6105.misc 1 addition, 0 deletionschangelog.d/6105.misc
- synapse/handlers/auth.py 10 additions, 131 deletionssynapse/handlers/auth.py
- synapse/handlers/ui_auth/__init__.py 22 additions, 0 deletionssynapse/handlers/ui_auth/__init__.py
- synapse/handlers/ui_auth/checkers.py 216 additions, 0 deletionssynapse/handlers/ui_auth/checkers.py
- tests/rest/client/v2_alpha/test_auth.py 16 additions, 10 deletionstests/rest/client/v2_alpha/test_auth.py
Loading
Please register or sign in to comment