1
0
Fork 0
mirror of synced 2024-10-02 10:16:27 +13:00

Fix API keys missing public scope

This commit is contained in:
Jake Barnby 2023-08-22 21:50:40 -04:00
parent c99288229f
commit 83cd30c63c
No known key found for this signature in database
GPG key ID: C437A8CC85B96E9C

View file

@ -92,6 +92,6 @@ return [
],
Auth::USER_ROLE_APPS => [
'label' => 'Applications',
'scopes' => ['health.read', 'graphql'],
'scopes' => ['public', 'health.read', 'graphql'],
],
];