MatrixSynapse/synapse/rest/client/v1
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 copyrights 2016-01-07 04:26:29 +00:00
directory.py Remove the deprecated Handlers object (#8494) 2020-10-09 07:24:34 -04:00
events.py Remove unused OPTIONS handlers. (#8621) 2020-10-22 08:35:55 -04:00
initial_sync.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
login.py Support "identifier" dicts in UIA (#8848) 2020-12-01 17:42:26 +00:00
logout.py Remove unused OPTIONS handlers. (#8621) 2020-10-22 08:35:55 -04:00
presence.py Remove unused OPTIONS handlers. (#8621) 2020-10-22 08:35:55 -04:00
profile.py Remove unused OPTIONS handlers. (#8621) 2020-10-22 08:35:55 -04:00
push_rule.py Remove unused OPTIONS handlers. (#8621) 2020-10-22 08:35:55 -04:00
pusher.py Remove unused OPTIONS handlers. (#8621) 2020-10-22 08:35:55 -04:00
room.py Use TYPE_CHECKING instead of magic MYPY variable. (#8770) 2020-11-17 09:09:40 -05:00
voip.py Remove unused OPTIONS handlers. (#8621) 2020-10-22 08:35:55 -04:00