MatrixSynapse/tests/rest
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
..
admin Fix broken testcase (#8851) 2020-12-01 11:04:57 +00:00
client Support "identifier" dicts in UIA (#8848) 2020-12-01 17:42:26 +00:00
key Move `wait_until_result` into `FakeChannel` (#8758) 2020-11-16 18:21:47 +00:00
media Make `make_request` actually render the request 2020-11-16 18:24:00 +00:00
__init__.py
test_health.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00
test_well_known.py Remove redundant `HomeserverTestCase.render` 2020-11-16 18:24:08 +00:00