Update endpoints to reflect current spec

This commit is contained in:
Daniel Wagner-Hall 2015-12-02 15:45:04 +00:00
parent f721fdbf87
commit 872c134807
6 changed files with 11 additions and 35 deletions

View file

@ -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"