You've already forked authentication-service
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:
@ -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"
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user