Skip to content

Commit

Permalink
chore: rename ssr scopes
Browse files Browse the repository at this point in the history
  • Loading branch information
loks0n authored and TorstenDittmann committed Jan 17, 2024
1 parent 03913d0 commit dd259b6
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,18 @@ export const scopes: {
category: 'Auth'
},
{
scope: 'sessions',
description: "Access to create sessions as one of your project's users",
scope: 'sessions.write',
description: "Access to create, update and delete your project's sessions",
category: 'Auth'
},
{
scope: 'account',
description: "Access to perform actions as one of your project's users",
scope: 'accounts.read',
description: 'Access to read your active acount',
category: 'Auth'
},
{
scope: 'accounts.write',
description: 'Access to create, update and delete your active acount',
category: 'Auth'
},
{
Expand Down

0 comments on commit dd259b6

Please sign in to comment.