diff options
| author | Richard van der Hoff <richard@matrix.org> | 2016-08-08 16:34:07 +0100 |
|---|---|---|
| committer | Richard van der Hoff <richard@matrix.org> | 2016-08-08 16:40:39 +0100 |
| commit | 6fe6a6f0299c97086a552eda75570eaa66ff2598 (patch) | |
| tree | cfaee34a62c400691bd318115c183cdfefc850ab /synapse/handlers/auth.py | |
| parent | Merge pull request #992 from matrix-org/erikj/psutil_conditional (diff) | |
| download | synapse-6fe6a6f0299c97086a552eda75570eaa66ff2598.tar.xz | |
Fix login with m.login.token
login with token (as used by CAS auth) was broken by 067596d, such that it always returned a 401.
Diffstat (limited to 'synapse/handlers/auth.py')
| -rw-r--r-- | synapse/handlers/auth.py | 17 |
1 files changed, 4 insertions, 13 deletions
diff --git a/synapse/handlers/auth.py b/synapse/handlers/auth.py |
