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

@ -9,8 +9,13 @@
"REDIRECT_URL": "Redirect URL",
"SCOPE": {
"LABEL": "Scope",
"READ": "read",
"WRITE": "write"
"application:write_DESCRIPTION": "grants write access to application configuration.",
"profile:read_DESCRIPTION": "grants read access to <code>auth</code> endpoints.",
"profile:write_DESCRIPTION": "grants write access to <code>auth</code> endpoints.",
"users:read_DESCRIPTION": "grants read access to <code>users</code> endpoints.",
"users:write_DESCRIPTION": "grants write access to <code>users</code> endpoints.",
"workouts:read_DESCRIPTION": "grants read access to <code>workouts</code> endpoints.",
"workouts:write_DESCRIPTION": "grants write access to <code>workouts</code> endpoints."
},
"URL": "Application URL"
},