diff options
author | Patrick Cloke <clokep@users.noreply.github.com> | 2020-05-08 16:08:58 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-05-08 16:08:58 -0400 |
commit | 0ad6d28b0dec06d5e7478984280b4e81ef0f0256 (patch) | |
tree | d518483b8aac4fa9c2c30d64fbb23deaa10d4d84 /changelog.d | |
parent | Fix errors from malformed log line (#7454) (diff) | |
download | synapse-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')
-rw-r--r-- | changelog.d/7455.bugfix | 1 |
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. |