summary refs log tree commit diff
path: root/changelog.d
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-03-26 15:05:26 -0400
committerGitHub <noreply@github.com>2020-03-26 15:05:26 -0400
commitfa4f12102d52b75d252d9209b45251d2b1591fdf (patch)
tree95d06681c52bdc64bb99c9cd26a6f79cf905e817 /changelog.d
parentDon't default to an invalid sqlite config if no database configuration is pro... (diff)
downloadsynapse-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.misc1
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.