Skip to content
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

Open
spantaleev opened this issue Nov 3, 2021 · 0 comments · May be fixed by #10
Open

Needs porting to the new Synapse v1.46+ module API #9

spantaleev opened this issue Nov 3, 2021 · 0 comments · May be fixed by #10

Comments

@spantaleev
Copy link

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.

davidmehren added a commit to davidmehren/matrix-synapse-rest-password-provider that referenced this issue Nov 23, 2021
davidmehren added a commit to davidmehren/matrix-synapse-rest-password-provider that referenced this issue Nov 23, 2021
davidmehren added a commit to davidmehren/matrix-synapse-rest-password-provider that referenced this issue Nov 23, 2021
davidmehren added a commit to davidmehren/matrix-synapse-rest-password-provider that referenced this issue Nov 23, 2021
@davidmehren davidmehren linked a pull request Nov 23, 2021 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant