MatrixSynapse/tests/rest/client/v2_alpha
Richard van der Hoff 4d9496559d
Support "identifier" dicts in UIA (#8848)
The spec requires synapse to support `identifier` dicts for `m.login.password`
user-interactive auth, which it did not (instead, it required an undocumented
`user` parameter.)

To fix this properly, we need to pull the code that interprets `identifier`
into `AuthHandler.validate_login` so that it can be called from the UIA code.

Fixes #5665.
2020-12-01 17:42:26 +00:00
..
__init__.py Refactor REST API tests to use explicit reactors (#3351) 2018-07-17 20:43:18 +10:00
test_account.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_auth.py Support "identifier" dicts in UIA (#8848) 2020-12-01 17:42:26 +00:00
test_capabilities.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_filter.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_password_policy.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_register.py Simplify the way the `HomeServer` object caches its internal attributes. (#8565) 2020-11-30 13:28:44 -05:00
test_relations.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_shared_rooms.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_sync.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00