summary refs log tree commit diff
path: root/synapse/util/macaroons.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Run pyupgrade for python 3.7 & 3.8. (#16110)Patrick Cloke2023-08-151-1/+1
* Support RFC7636 PKCE in the OAuth 2.0 flow. (#14750)Patrick Cloke2023-01-041-0/+7
* Save login tokens in database (#13844)Quentin Gliech2022-10-261-86/+1
* Move the "email unsubscribe" resource, refactor the macaroon generator & simp...Quentin Gliech2022-06-141-0/+308
* Add types to synapse.util. (#10601)reivilibre2021-09-101-1/+1
* Use inline type hints in `http/federation/`, `storage/` and `util/` (#10381)Jonathan de Jong2021-07-151-1/+1
* Remove redundant "coding: utf-8" lines (#9786)Jonathan de Jong2021-04-141-1/+0
* Record the SSO Auth Provider in the login token (#9510)Richard van der Hoff2021-03-041-0/+89