summary refs log tree commit diff
path: root/synapse/api/auth/msc3861_delegated.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Correctly mention previous copyright (#16820)Erik Johnston2024-01-231-0/+1
* Merge remote-tracking branch 'gitlab/clokep/license-license' into new_developErik Johnston2023-12-131-10/+16
|\
| * Update license headersPatrick Cloke2023-11-211-10/+16
* | Keep track of `user_ips` and `monthly_active_users` when delegating auth (#16...David Robertson2023-11-231-0/+4
|/
* Refactor `get_user_by_id` (#16316)Erik Johnston2023-09-141-1/+1
* Revert MSC3861 introspection cache, admin impersonation and account lock (#16...Quentin Gliech2023-09-061-85/+6
* Add an admin endpoint to allow authorizing server to signal token revocations...Shay2023-08-221-0/+13
* MSC3861: allow impersonation by an admin using a query param (#16132)Mathieu Velten2023-08-181-3/+22
* Add response time metrics for introspection requests (#16131)Erik Johnston2023-08-181-7/+27
* Cache token introspection response from OIDC provider (#16117)Shay2023-08-171-2/+38
* Implements admin API to lock an user (MSC3939) (#15870)Mathieu Velten2023-08-101-0/+13
* Add stricter mypy options (#15694)Patrick Cloke2023-05-311-1/+1
* Enforce that an admin token also has the basic Matrix API scopeQuentin Gliech2023-05-301-5/+2
* Reject tokens with multiple device scopesQuentin Gliech2023-05-301-6/+24
* Make OIDC scope constantsQuentin Gliech2023-05-301-10/+15
* Handle errors when introspecting tokensQuentin Gliech2023-05-301-5/+37
* Make AS tokens work & allow ASes to /registerQuentin Gliech2023-05-301-2/+7
* Add an admin token for MAS -> Synapse callsQuentin Gliech2023-05-301-0/+15
* Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-301-0/+280