diff options
author | Richard van der Hoff <1389908+richvdh@users.noreply.github.com> | 2019-09-25 11:33:03 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-09-25 11:33:03 +0100 |
commit | 2cd98812ba338eefe83fee4ae2390d00f5499de9 (patch) | |
tree | b2dfb9ebbd018b8f7bceceffe47af51f0670179f /changelog.d | |
parent | Refactor code for calculating registration flows (#6106) (diff) | |
download | synapse-2cd98812ba338eefe83fee4ae2390d00f5499de9.tar.xz |
Refactor the user-interactive auth handling (#6105)
Pull the checkers out to their own classes, rather than having them lost in a massive 1000-line class which does everything. This is also preparation for some more intelligent advertising of flows, as per #6100
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/6105.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/6105.misc b/changelog.d/6105.misc new file mode 100644 index 0000000000..2e838a35c6 --- /dev/null +++ b/changelog.d/6105.misc @@ -0,0 +1 @@ +Refactor the user-interactive auth handling. |