MatrixSynapse/tests/rest/client/v1
Adrian Tschira 6495dbb326 Burminate v1auth
This closes #2602

v1auth was created to account for the differences in status code between
the v1 and v2_alpha revisions of the protocol (401 vs 403 for invalid
tokens). However since those protocols were merged, this makes the r0
version/endpoint internally inconsistent, and violates the
specification for the r0 endpoint.

This might break clients that rely on this inconsistency with the
specification. This is said to affect the legacy angular reference
client. However, I feel that restoring parity with the spec is more
important. Either way, it is critical to inform developers about this
change, in case they rely on the illegal behaviour.

Signed-off-by: Adrian Tschira <nota@notafile.com>
2018-04-30 22:20:43 +02:00
..
__init__.py Fix flake8 warnings for tests 2016-02-19 15:34:38 +00:00
test_events.py Burminate v1auth 2018-04-30 22:20:43 +02:00
test_profile.py Burminate v1auth 2018-04-30 22:20:43 +02:00
test_register.py Merge pull request #1098 from matrix-org/markjh/bearer_token 2016-10-25 17:33:15 +01:00
test_rooms.py Burminate v1auth 2018-04-30 22:20:43 +02:00
test_typing.py Burminate v1auth 2018-04-30 22:20:43 +02:00
utils.py Linearize updates to membership via PUT /state/ 2017-01-09 18:25:13 +00:00