1
0
mirror of https://github.com/matrix-org/matrix-authentication-service.git synced 2025-07-31 09:24:31 +03:00

Disallow OAuth 2.0 use of the GraphQL API by default

This commit is contained in:
Quentin Gliech
2024-08-07 17:36:54 +02:00
parent eb4072f3c3
commit 1bdad262cd
6 changed files with 70 additions and 14 deletions

View File

@ -35,8 +35,7 @@
"name": "compat"
},
{
"name": "graphql",
"playground": true
"name": "graphql"
},
{
"name": "assets"
@ -742,7 +741,10 @@
},
"playground": {
"description": "Enabled the GraphQL playground",
"default": false,
"type": "boolean"
},
"undocumented_oauth2_access": {
"description": "Allow access for OAuth 2.0 clients (undocumented)",
"type": "boolean"
}
}