summary refs log tree commit diff
path: root/synapse/config/jwt_config.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Add the option to validate the `iss` and `aud` claims for JWT logins. (#7827)Patrick Cloke2020-07-141-0/+28
* Add documentation for JWT login type and improve sample config. (#7776)Patrick Cloke2020-07-061-4/+31
* Refactor HomeserverConfig so it can be typechecked (#6137)Amber Brown2019-10-101-0/+2
* Don't load the generated config as the default.Richard van der Hoff2019-06-241-1/+1
* Pass config_dir_path and data_dir_path into Config.read_config. (#5522)Richard van der Hoff2019-06-241-1/+1
* Run Black. (#5482)Amber Brown2019-06-201-3/+2
* Attempt to make default config more consistentRichard van der Hoff2019-02-191-4/+4
* Fix jwt import checkRichard van der Hoff2018-09-071-0/+53