summary refs log tree commit diff
path: root/synapse/crypto/keyring.py (unfollow)
Commit message (Expand)AuthorFilesLines
2023-05-30Tests for JWKS endpointHugh Nimmo-Smith2-11/+212
2023-05-30Refactor config to be an experimental featureHugh Nimmo-Smith18-96/+479
2023-05-30Test MSC2965 implementation: well-known discovery documentHugh Nim