We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97f12cc commit 569189aCopy full SHA for 569189a
2 files changed
docs/dev-tools/build-plane-app/choose-token-flow.md
@@ -48,6 +48,7 @@ GET https://api.plane.so/auth/o/authorize-app/
48
?client_id=YOUR_CLIENT_ID
49
&response_type=code
50
&redirect_uri=https://your-app.com/callback
51
+ &scope=scopeA scopeB scopeC
52
```
53
54
### 2. Handle the callback
docs/dev-tools/build-plane-app/oauth-scopes.md
@@ -124,6 +124,13 @@ This document lists all OAuth scopes available when building a Plane app. Reques
124
| -------------- | ----------------- |
125
| `profile:read` | Read user profile |
126
127
+## Assets scopes
128
+
129
+| Scope | Description |
130
+| -------------- | ------------------------ |
131
+| `assets:read` | Read assets |
132
+| `assets:write` | Create and update assets |
133
134
## Agent Run scopes
135
136
| Scope | Description |
0 commit comments