summary refs log tree commit diff
path: root/tests/handlers/test_oauth_delegation.py (follow)
Commit message (Expand)AuthorAgeFilesLines
* Enforce that an admin token also has the basic Matrix API scopeQuentin Gliech2023-05-301-1/+25
* Reject tokens with multiple device scopesQuentin Gliech2023-05-301-1/+28
* Handle errors when introspecting tokensQuentin Gliech2023-05-301-0/+35
* Disable incompatible Admin API endpointsQuentin Gliech2023-05-301-0/+19
* Make AS tokens work & allow ASes to /registerQuentin Gliech2023-05-301-2/+2
* Refactor config to be an experimental featureHugh Nimmo-Smith2023-05-301-6/+9
* Disable account related endpoints when using OAuth delegationQuentin Gliech2023-05-301-3/+177
* Actually enforce guest + return www-authenticate headerHugh Nimmo-Smith2023-05-301-3/+40
* Initial tests for OAuth delegationHugh Nimmo-Smith2023-05-301-0/+345