mirror of
https://git.anonymousland.org/anonymousland/synapse.git
synced 2025-06-27 11:07:08 -04:00
Update endpoints to reflect current spec
This commit is contained in:
parent
f721fdbf87
commit
872c134807
6 changed files with 11 additions and 35 deletions
|
@ -35,7 +35,7 @@ logger = logging.getLogger(__name__)
|
|||
|
||||
|
||||
class LoginRestServlet(ClientV1RestServlet):
|
||||
PATTERNS = client_path_patterns("/login$", releases=())
|
||||
PATTERNS = client_path_patterns("/login$", releases=(), include_in_unstable=False)
|
||||
PASS_TYPE = "m.login.password"
|
||||
SAML2_TYPE = "m.login.saml2"
|
||||
CAS_TYPE = "m.login.cas"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue