summary refs log tree commit diff
path: root/synapse/config/jwt_config.py (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-4/+4
| | | | | | The general idea here is that config examples should just have a hash and no extraneous whitespace, both to make it easier for people who don't understand yaml, and to make the examples stand out from the comments.
* Fix jwt import checkRichard van der Hoff2018-09-071-0/+53
This handy code attempted to check that we could import jwt, but utterly failed to check it was the right jwt. Fixes https://github.com/matrix-org/synapse/issues/3793