Setup
Scopes
Default scopes:file_read
| Scope | What it unlocks |
|---|---|
file_read | Read files, projects, and user info |
Endpoints
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/figma | Redirect to Figma |
| GET | /auth/oauth/callback/figma | Handle callback |
Authenticate users via Figma OAuth 2.0 with figmaProvider. Covers app registration, redirect URI setup, and the file read scope needed for design file access.
file_read
| Scope | What it unlocks |
|---|---|
file_read | Read files, projects, and user info |
| Method | Path | Description |
|---|---|---|
| GET | /auth/oauth/authorize/figma | Redirect to Figma |
| GET | /auth/oauth/callback/figma | Handle callback |