From 9558d29abe9113001993ba3f5e81f30d0aeed81a Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 8 Apr 2020 14:04:04 +0100 Subject: [PATCH 1/2] Add matrix-synapse-shared-secret-auth as an example password provider --- docs/password_auth_providers.md | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/password_auth_providers.md b/docs/password_auth_providers.md index 96f9841b7a0c..5d9ae670413d 100644 --- a/docs/password_auth_providers.md +++ b/docs/password_auth_providers.md @@ -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 From 6df8799c8dc902f8e050550293f46f4b70310601 Mon Sep 17 00:00:00 2001 From: Andrew Morgan Date: Wed, 8 Apr 2020 14:05:45 +0100 Subject: [PATCH 2/2] Changelog --- changelog.d/7248.doc | 1 + 1 file changed, 1 insertion(+) create mode 100644 changelog.d/7248.doc diff --git a/changelog.d/7248.doc b/changelog.d/7248.doc new file mode 100644 index 000000000000..0e3b4be428f6 --- /dev/null +++ b/changelog.d/7248.doc @@ -0,0 +1 @@ +Add documentation to the `password_providers` config option. Add known password provider implementations to docs. \ No newline at end of file