diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-03-26 15:05:26 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-26 15:05:26 -0400 |
commit | fa4f12102d52b75d252d9209b45251d2b1591fdf (patch) | |
tree | 95d06681c52bdc64bb99c9cd26a6f79cf905e817 /changelog.d | |
parent | Don't default to an invalid sqlite config if no database configuration is pro... (diff) | |
download | synapse-fa4f12102d52b75d252d9209b45251d2b1591fdf.tar.xz |
Refactor the CAS code (move the logic out of the REST layer to a handler) (#7136)
Diffstat (limited to 'changelog.d')
-rw-r--r-- | changelog.d/7136.misc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7136.misc b/changelog.d/7136.misc new file mode 100644 index 0000000000..3f666d25fd --- /dev/null +++ b/changelog.d/7136.misc @@ -0,0 +1 @@ +Refactored the CAS authentication logic to a separate class. |