Skip to content

Commit

Permalink
Merge pull request #656 from appwrite/feat-ssr-add-sessions-scope
Browse files Browse the repository at this point in the history
feat: ssr - add sessions scope
  • Loading branch information
TorstenDittmann authored Jan 3, 2024
2 parents ac50ffb + 40ae318 commit fd25222
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions src/lib/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,16 @@ export const scopes: {
description: "Access to create, update, and delete your project's users",
category: 'Auth'
},
{
scope: 'sessions',
description: "Access to create sessions as one of your project's users",
category: 'Auth'
},
{
scope: 'account',
description: "Access to perform actions as one of your project's users",
category: 'Auth'
},
{
scope: 'teams.read',
description: "Access to read your project's teams",
Expand Down

0 comments on commit fd25222

Please sign in to comment.