mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-07-31 06:08:32 -04:00
Expose the experimental appservice login flow to clients. (#8504)
This commit is contained in:
parent
903d11c43a
commit
8f27b7fde1
2 changed files with 3 additions and 0 deletions
|
@ -110,6 +110,8 @@ class LoginRestServlet(RestServlet):
|
|||
({"type": t} for t in self.auth_handler.get_supported_login_types())
|
||||
)
|
||||
|
||||
flows.append({"type": LoginRestServlet.APPSERVICE_TYPE})
|
||||
|
||||
return 200, {"flows": flows}
|
||||
|
||||
def on_OPTIONS(self, request: SynapseRequest):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue