MatrixSynapse/synapse/rest/client/v2_alpha
Patrick Cloke 627b0f5f27
Persist user interactive authentication sessions (#7302)
By persisting the user interactive authentication sessions to the database, this fixes
situations where a user hits different works throughout their auth session and also
allows sessions to persist through restarts of Synapse.
2020-04-30 13:47:49 -04:00
..
__init__.py
_base.py
account.py Revert "Revert "Merge pull request #7315 from matrix-org/babolivier/request_token"" 2020-04-23 11:23:53 +02:00
account_data.py Support GET account_data requests on a worker (#7311) 2020-04-21 10:46:30 +01:00
account_validity.py
auth.py Persist user interactive authentication sessions (#7302) 2020-04-30 13:47:49 -04:00
capabilities.py
devices.py Support SAML in the user interactive authentication workflow. (#7102) 2020-04-01 08:48:00 -04:00
filter.py
groups.py
keys.py Support SAML in the user interactive authentication workflow. (#7102) 2020-04-01 08:48:00 -04:00
notifications.py
openid.py
password_policy.py Allow server admins to define and enforce a password policy (MSC2000). (#7118) 2020-03-26 16:51:13 +00:00
read_marker.py
receipts.py
register.py Persist user interactive authentication sessions (#7302) 2020-04-30 13:47:49 -04:00
relations.py
report_event.py
room_keys.py Ensure is_verified on /_matrix/client/r0/room_keys/keys is a boolean (#7150) 2020-03-27 13:30:22 +00:00
room_upgrade_rest_servlet.py
sendtodevice.py
sync.py
tags.py
thirdparty.py
tokenrefresh.py
user_directory.py