Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions docs/dev-tools/build-plane-app/choose-token-flow.md
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ GET https://api.plane.so/auth/o/authorize-app/
?client_id=YOUR_CLIENT_ID
&response_type=code
&redirect_uri=https://your-app.com/callback
&scope=scopeA scopeB scopeC
```

### 2. Handle the callback
Expand Down
7 changes: 7 additions & 0 deletions docs/dev-tools/build-plane-app/oauth-scopes.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,13 @@ This document lists all OAuth scopes available when building a Plane app. Reques
| -------------- | ----------------- |
| `profile:read` | Read user profile |

## Assets scopes

| Scope | Description |
| -------------- | ------------------------ |
| `assets:read` | Read assets |
| `assets:write` | Create and update assets |

## Agent Run scopes

| Scope | Description |
Expand Down