mirror of
https://github.com/appwrite/appwrite.git
synced 2026-05-26 13:51:13 +00:00
Fix API keys missing public scope
This commit is contained in:
@@ -92,6 +92,6 @@ return [
|
||||
],
|
||||
Auth::USER_ROLE_APPS => [
|
||||
'label' => 'Applications',
|
||||
'scopes' => ['health.read', 'graphql'],
|
||||
'scopes' => ['public', 'health.read', 'graphql'],
|
||||
],
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user