summary refs log tree commit diff
path: root/changelog.d/7455.bugfix
diff options
context:
space:
mode:
authorPatrick Cloke <clokep@users.noreply.github.com>2020-05-08 16:08:58 -0400
committerGitHub <noreply@github.com>2020-05-08 16:08:58 -0400
commit0ad6d28b0dec06d5e7478984280b4e81ef0f0256 (patch)
treed518483b8aac4fa9c2c30d64fbb23deaa10d4d84 /changelog.d/7455.bugfix
parentFix errors from malformed log line (#7454) (diff)
downloadsynapse-0ad6d28b0dec06d5e7478984280b4e81ef0f0256.tar.xz
Rework UI Auth session validation for registration (#7455)
Be less strict about validation of UI authentication sessions during
registration to match client expecations.
Diffstat (limited to 'changelog.d/7455.bugfix')
-rw-r--r--changelog.d/7455.bugfix1
1 files changed, 1 insertions, 0 deletions
diff --git a/changelog.d/7455.bugfix b/changelog.d/7455.bugfix
new file mode 100644
index 0000000000..d1693a7f22
--- /dev/null
+++ b/changelog.d/7455.bugfix
@@ -0,0 +1 @@
+Ensure that a user inteactive authentication session is tied to a single request.