Skip to content
Snippets Groups Projects
Unverified Commit 66315d86 authored by Patrick Cloke's avatar Patrick Cloke Committed by GitHub
Browse files

Update routing of fallback auth in the worker docs. (#7048)

parent bbf725e7
No related branches found
No related tags found
No related merge requests found
Document that the fallback auth endpoints must be routed to the same worker node as the register endpoints.
......@@ -273,6 +273,7 @@ Additionally, the following REST endpoints can be handled, but all requests must
be routed to the same instance:
^/_matrix/client/(r0|unstable)/register$
^/_matrix/client/(r0|unstable)/auth/.*/fallback/web$
Pagination requests can also be handled, but all requests with the same path
room must be routed to the same instance. Additionally, care must be taken to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment