MatrixSynapse/synapse/app
Richard van der Hoff 21a296cd5a
Split OidcProvider out of OidcHandler (#9107)
The idea here is that we will have an instance of OidcProvider for each
configured IdP, with OidcHandler just doing the marshalling of them.

For now it's still hardcoded with a single provider.
2021-01-14 13:29:17 +00:00
..
__init__.py
_base.py Clean up exception handling in the startup code (#9059) 2021-01-11 15:55:05 +00:00
admin_cmd.py
appservice.py
client_reader.py
event_creator.py
federation_reader.py
federation_sender.py
frontend_proxy.py
generic_worker.py Register the /devices endpoint on workers. (#9092) 2021-01-13 12:35:40 -05:00
homeserver.py Split OidcProvider out of OidcHandler (#9107) 2021-01-14 13:29:17 +00:00
media_repository.py
phone_stats_home.py Move additional tasks to the background worker, part 3 (#8489) 2020-10-09 07:37:51 -04:00
pusher.py
synchrotron.py
user_dir.py