-
- Downloads
Implement pluggable password auth
Allows delegating the password auth to an external module. This also moves the LDAP auth to using this system, allowing it to be removed from the synapse tree entirely in the future.
Showing
- synapse/config/homeserver.py 3 additions, 3 deletionssynapse/config/homeserver.py
- synapse/config/ldap.py 0 additions, 100 deletionssynapse/config/ldap.py
- synapse/config/password_auth_providers.py 61 additions, 0 deletionssynapse/config/password_auth_providers.py
- synapse/handlers/auth.py 39 additions, 295 deletionssynapse/handlers/auth.py
- synapse/util/ldap_auth_provider.py 368 additions, 0 deletionssynapse/util/ldap_auth_provider.py
- tests/storage/test_appservice.py 14 additions, 3 deletionstests/storage/test_appservice.py
- tests/utils.py 1 addition, 0 deletionstests/utils.py
Loading
Please register or sign in to comment