summary refs log tree commit diff
path: root/synapse/storage/database.py (unfollow)
Commit message (Collapse)AuthorFilesLines
2020-03-26Allow RedirectResponse in SAML response handlerJason Robinson2-0/+5
Allow custom SAML handlers to redirect after processing an auth response. Fixes #7149 Signed-off-by: Jason Robinson <jasonr@matrix.org>
2020-03-26Validate that the session is not modified during UI-Auth (#7068)Patrick Cloke8-14/+117
<