Port the Password Auth Providers module interface to the new generic interface (#10548)
Co-authored-by:Azrenbeth <7782548+Azrenbeth@users.noreply.github.com> Co-authored-by:
Brendan Abolivier <babolivier@matrix.org>
Showing
- changelog.d/10548.feature 1 addition, 0 deletionschangelog.d/10548.feature
- docs/SUMMARY.md 1 addition, 0 deletionsdocs/SUMMARY.md
- docs/modules/password_auth_provider_callbacks.md 153 additions, 0 deletionsdocs/modules/password_auth_provider_callbacks.md
- docs/modules/porting_legacy_module.md 3 additions, 0 deletionsdocs/modules/porting_legacy_module.md
- docs/password_auth_providers.md 6 additions, 0 deletionsdocs/password_auth_providers.md
- docs/sample_config.yaml 0 additions, 28 deletionsdocs/sample_config.yaml
- synapse/app/_base.py 2 additions, 0 deletionssynapse/app/_base.py
- synapse/config/password_auth_providers.py 23 additions, 30 deletionssynapse/config/password_auth_providers.py
- synapse/handlers/auth.py 388 additions, 140 deletionssynapse/handlers/auth.py
- synapse/module_api/__init__.py 9 additions, 0 deletionssynapse/module_api/__init__.py
- synapse/server.py 5 additions, 1 deletionsynapse/server.py
- synapse/storage/prepare_database.py 2 additions, 0 deletionssynapse/storage/prepare_database.py
- tests/handlers/test_password_providers.py 197 additions, 26 deletionstests/handlers/test_password_providers.py
Loading
Please register or sign in to comment