summary refs log tree commit diff
path: root/changelog.d/8849.misc
diff options
context:
space:
mode:
authorRichard van der Hoff <1389908+richvdh@users.noreply.github.com>2020-12-02 10:38:50 +0000
committerGitHub <noreply@github.com>2020-12-02 10:38:50 +0000
commitd3ed93504bb6bb8ad138e356e3c74b6a7286299b (patch)
treed8742391d03f5adfed56526e5170befc60078d33 /changelog.d/8849.misc
parentAllow specifying room version in 'RestHelper.create_room_as' and add typing (... (diff)
downloadsynapse-d3ed93504bb6bb8ad138e356e3c74b6a7286299b.tar.xz
Create a `PasswordProvider` wrapper object (#8849)
The idea here is to abstract out all the conditional code which tests which
methods a given password provider has, to provide a consistent interface.
Diffstat (limited to 'changelog.d/8849.misc')
-rw-r--r--changelog.d/8849.misc1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/8849.misc b/changelog.d/8849.misc
new file mode 100644
index 0000000000..3dd496ce61
--- /dev/null
+++ b/changelog.d/8849.misc
@@ -0,0 +1 @@
+Refactor `password_auth_provider` support code.