Add matrix-synapse-shared-secret-auth as an example password provider (#7248)

pull/7255/head
Andrew Morgan 2020-04-09 12:49:05 +01:00 committed by GitHub
parent e3cd28d8a4
commit a026bdaab7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions

1
changelog.d/7248.doc Normal file
View File

@ -0,0 +1 @@
Add documentation to the `password_providers` config option. Add known password provider implementations to docs.

View File

@ -13,6 +13,7 @@ own password auth providers. Additionally, here is a list of known
password auth provider module implementations:
* [matrix-synapse-ldap3](https://github.com/matrix-org/matrix-synapse-ldap3/)
* [matrix-synapse-shared-secret-auth](https://github.com/devture/matrix-synapse-shared-secret-auth)
## Required methods