diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2020-12-02 10:38:50 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-12-02 10:38:50 +0000 |
commit | d3ed93504bb6bb8ad138e356e3c74b6a7286299b (patch) | |
tree | d8742391d03f5adfed56526e5170befc60078d33 /changelog.d/8849.misc | |
parent | Allow specifying room version in 'RestHelper.create_room_as' and add typing (... (diff) | |
download | synapse-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.misc | 1 |
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. |