Client - update scopes

This commit is contained in:
Sam
2022-06-15 20:37:24 +02:00
parent 8b2543eb61
commit 40a5fcccf3
6 changed files with 76 additions and 42 deletions

View File

@ -0,0 +1,9 @@
export const oauth2_scopes = [
'application:write',
'profile:read',
'profile:write',
'users:read',
'users:write',
'workouts:read',
'workouts:write',
]