forked-synapse/tests/handlers
Daniel Wagner-Hall 2d3462714e Issue macaroons as opaque auth tokens
This just replaces random bytes with macaroons. The macaroons are not
inspected by the client or server.

In particular, they claim to have an expiry time, but nothing verifies
that they have not expired.

Follow-up commits will actually enforce the expiration, and allow for
token refresh.

See https://bit.ly/matrix-auth for more information
2015-08-18 14:22:02 +01:00
..
__init__.py Reference Matrix Home Server 2014-08-12 15:10:52 +01:00
test_appservice.py Fix bug where synapse was sending AS user queries incorrectly. 2015-06-17 17:26:03 +01:00
test_directory.py Factor out some of the common homeserver setup code into a 2015-02-11 11:37:30 +00:00
test_federation.py Don't needlessly compute context 2015-06-03 16:41:51 +01:00
test_presence.py Fix the presence tests 2015-05-22 16:22:54 +01:00
test_presencelike.py Fix the presence tests 2015-05-22 16:22:54 +01:00
test_profile.py Factor out some of the common homeserver setup code into a 2015-02-11 11:37:30 +00:00
test_register.py Issue macaroons as opaque auth tokens 2015-08-18 14:22:02 +01:00
test_room.py Don't needlessly compute prev_state 2015-06-03 16:44:24 +01:00
test_typing.py Consolidate duplicate code in notifier 2015-07-02 11:46:05 +01:00