summary refs log tree commit diff
path: root/synapse/handlers/ui_auth (follow)
Commit message (Expand)AuthorAgeFilesLines
* Update the auth providers to be async. (#7935)Patrick Cloke2020-07-231-18/+17
* Ensure that calls to `json.dumps` are compatible with the standard library js...Patrick Cloke2020-07-151-1/+2
* Convert identity handler to async/await. (#7561)Patrick Cloke2020-05-261-8/+7
* Support for routing outbound HTTP requests via a proxy (#6239)Richard van der Hoff2019-11-011-1/+1
* Threepid validity checks on msisdns should not be dependent on 'threepid_beha...Neil Johnson2019-09-251-29/+34
* Stop advertising unsupported flows for registration (#6107)Richard van der Hoff2019-09-251-0/+26
* Refactor the user-interactive auth handling (#6105)Richard van der Hoff2019-09-252-0/+238