diff options
author | dklug <dklug@ucmerced.edu> | 2018-03-02 22:01:27 -0800 |
---|---|---|
committer | dklug <dklug@ucmerced.edu> | 2018-03-02 22:01:27 -0800 |
commit | af7ed8e1ef3c8f9f8c247aa77f193c63a4e286a5 (patch) | |
tree | 6fec8cd711a2789b6935fccf1607368608f73f0b | |
parent | Merge pull request #2933 from matrix-org/erikj/3pid_yield (diff) | |
download | synapse-af7ed8e1ef3c8f9f8c247aa77f193c63a4e286a5.tar.xz |
Return 401 for invalid access_token on logout
Signed-off-by: Duncan Klug <dklug@ucmerced.edu>
-rw-r--r-- | synapse/rest/client/v1/logout.py | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/synapse/rest/client/v1/logout.py b/synapse/rest/client/v1/logout.py |