Skip to content

Commit 6979574

Browse files
committed
feat: expand scopes documentation with new access permissions
1 parent 108c9f3 commit 6979574

File tree

1 file changed

+26
-2
lines changed

1 file changed

+26
-2
lines changed

docs/oauth2/scopes.md

+26-2
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,32 @@ The following scopes are available:
88

99
### `identify`
1010

11-
The `identify` scope grants access to the user's basic information, such as their username, display name, and avatar.
11+
Grants access to the user's information, such as their username, display name, and avatar.
1212

1313
### `email`
1414

15-
The `email` scope grants access to the user's email address.
15+
Grants access to the user's email address.
16+
17+
### `links`
18+
19+
Grants access to the user's links and the ability to create, update, and delete them.
20+
21+
### `cards`
22+
23+
Grants access to the user's cards and the ability to create, update, and delete them.
24+
25+
### `audios.manage`
26+
27+
Grants ability to create, update, and delete audios.
28+
29+
### `uploads`
30+
31+
Grants ability to upload an avatar, background, audios, custom cursor, and custom font uploads.
32+
33+
### `imagehost.upload`
34+
35+
Grants ability to upload images to the image host.
36+
37+
### `imagehost.delete`
38+
39+
Grants ability to delete images from the image host.

0 commit comments

Comments
 (0)