forked from MirrorHub/synapse
Add matrix-synapse-shared-secret-auth as an example password provider (#7248)
This commit is contained in:
parent
e3cd28d8a4
commit
a026bdaab7
2 changed files with 2 additions and 0 deletions
1
changelog.d/7248.doc
Normal file
1
changelog.d/7248.doc
Normal file
|
@ -0,0 +1 @@
|
||||||
|
Add documentation to the `password_providers` config option. Add known password provider implementations to docs.
|
|
@ -13,6 +13,7 @@ own password auth providers. Additionally, here is a list of known
|
||||||
password auth provider module implementations:
|
password auth provider module implementations:
|
||||||
|
|
||||||
* [matrix-synapse-ldap3](https://github.com/matrix-org/matrix-synapse-ldap3/)
|
* [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
|
## Required methods
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue