-
Notifications
You must be signed in to change notification settings - Fork 18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Needs porting to the new Synapse v1.46+ module API #9
Comments
davidmehren
added a commit
to davidmehren/matrix-synapse-rest-password-provider
that referenced
this issue
Nov 23, 2021
This ports the auth provider to the new module API of Synapse 1.46+. Docs: https://matrix-org.github.io/synapse/latest/modules/password_auth_provider_callbacks.html Based on anishihara@6c29f4d by @anishihara Fixes ma1uta#9
davidmehren
added a commit
to davidmehren/matrix-synapse-rest-password-provider
that referenced
this issue
Nov 23, 2021
This ports the auth provider to the new module API of Synapse 1.46+. Docs: https://matrix-org.github.io/synapse/latest/modules/password_auth_provider_callbacks.html Based on anishihara@6c29f4d by @anishihara Fixes ma1uta#9
davidmehren
added a commit
to davidmehren/matrix-synapse-rest-password-provider
that referenced
this issue
Nov 23, 2021
This ports the auth provider to the new module API of Synapse 1.46+. Docs: https://matrix-org.github.io/synapse/latest/modules/password_auth_provider_callbacks.html Based on anishihara@6c29f4d by @anishihara Fixes ma1uta#9
davidmehren
added a commit
to davidmehren/matrix-synapse-rest-password-provider
that referenced
this issue
Nov 23, 2021
This ports the auth provider to the new module API of Synapse 1.46+. Docs: https://matrix-org.github.io/synapse/latest/modules/password_auth_provider_callbacks.html Based on anishihara@6c29f4d by @anishihara Fixes ma1uta#9
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Synapse v1.46.0 (released on 2021-11-02) added password provider support to its new module API (see matrix-org/synapse#10548).
The old
password_providers
configuration (and module code) still works, but upgrading to the new API is probably better.I've already done it for matrix-synapse-shared-secret-auth with this commit (along with other improvements, like a custom login type), so you can take inspiration from that.
The text was updated successfully, but these errors were encountered: