matrix-org / matrix-user-verification-service

Service to verify details of a user based on a Open ID token.
Other
22 stars 21 forks source link

Short lived caching for the room membership fetch from Synapse #24

Open jaywink opened 3 years ago

jaywink commented 3 years ago

For situations where hundreds of users want to verify themselves being in a room at the same time, it makes no sense to do hundreds of Synapse admin /state calls. Add a short-lived cache for those lookups.