Skip to content

Commit 7fb2061

Browse files
authored
Document Figma OAuth recommended scopes
Added recommended OAuth scopes for Figma integration.
1 parent 24fbaba commit 7fb2061

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,14 @@ function FigmaNodeExplorer() {
508508
);
509509
}
510510
```
511+
## Figma OAuth recommended scopes
512+
In order to support the full requirements, use these scopes for your Figma OAuth application:
513+
- ```file_content:read```
514+
- ```file_metadata:read```
515+
- ```library_assets:read```
516+
- ```library_content:read```
517+
- ```team_library_content:read```
518+
- Optionally, you can also request ```current_user:read``` if you need the user's info and plan to use ```figmaRestApi.getMe()``` API.
511519

512520
## Contributing
513521

0 commit comments

Comments
 (0)