Add endpoint that proxies ID server request token and errors if the given email is in use on this Home Server.

This commit is contained in:
David Baker 2015-08-04 14:37:09 +01:00
parent 7148aaf5d0
commit c77048e12f
4 changed files with 71 additions and 1 deletions

View file

@ -40,6 +40,7 @@ class Codes(object):
TOO_LARGE = "M_TOO_LARGE"
EXCLUSIVE = "M_EXCLUSIVE"
THREEPID_AUTH_FAILED = "M_THREEPID_AUTH_FAILED"
THREEPID_IN_USE = "THREEPID_IN_USE"
class CodeMessageException(RuntimeError):