You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Figma API deprecated the scope file_read and replaced it with more granual controls over the permissions requested from user. The auth code still uses the outdated scope that requests all the available permissions during sign in:
Setting up sign in with Figma and one of the currently supported scopes results in broken authentication showing Cannot pass in both the file_read and files:read scopes during redirect.
Bug report
Describe the bug
Figma API deprecated the scope
file_read
and replaced it with more granual controls over the permissions requested from user. The auth code still uses the outdated scope that requests all the available permissions during sign in:auth/internal/api/provider/figma.go
Lines 40 to 43 in a7129df
To Reproduce
Setting up sign in with Figma and one of the currently supported scopes results in broken authentication showing
Cannot pass in both the file_read and files:read scopes
during redirect.Expected behavior
Figma API doesn't seem to provide a more minimalistic scope than
files:read
so I guess that should be the new default.The text was updated successfully, but these errors were encountered: