summary refs log tree commit diff
path: root/docs/password_auth_providers.md
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2020-04-09 12:49:05 +0100
committerGitHub <noreply@github.com>2020-04-09 12:49:05 +0100
commita026bdaab7c7336e939dfadaf0f9b47eaad2f4bd (patch)
treebf6cfda80e7945246912cf0a94cf50427a277c82 /docs/password_auth_providers.md
parentRevert "Unblacklist /upgrade creates a new room (#7228)" (#7254) (diff)
downloadsynapse-a026bdaab7c7336e939dfadaf0f9b47eaad2f4bd.tar.xz
Add matrix-synapse-shared-secret-auth as an example password provider (#7248)
Diffstat (limited to 'docs/password_auth_providers.md')
-rw-r--r--docs/password_auth_providers.md1
1 files changed, 1 insertions, 0 deletions
diff --git a/docs/password_auth_providers.md b/docs/password_auth_providers.md
index 96f9841b7a..5d9ae67041 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