synapse-product/synapse/rest/client/v1
Erik Johnston 7941372ec8
Make token serializing/deserializing async (#8427)
The idea is that in future tokens will encode a mapping of instance to position. However, we don't want to include the full instance name in the string representation, so instead we'll have a mapping between instance name and an immutable integer ID in the DB that we can use instead. We'll then do the lookup when we serialize/deserialize the token (we could alternatively pass around an `Instance` type that includes both the name and ID, but that turns out to be a lot more invasive).
2020-09-30 20:29:19 +01:00
..
__init__.py copyrights 2016-01-07 04:26:29 +00:00
directory.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
events.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
initial_sync.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
login.py Allow additional SSO properties to be passed to the client (#8413) 2020-09-30 13:02:43 -04:00
logout.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
presence.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
profile.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
push_rule.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
pusher.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00
room.py Make token serializing/deserializing async (#8427) 2020-09-30 20:29:19 +01:00
voip.py Simplify super() calls to Python 3 syntax. (#8344) 2020-09-18 09:56:44 -04:00