2
Supabase cli to accept oauth tokens
Source: supabase/supabase#28686 · opened by @tgirotto
At the moment it's possible to create third-party apps via oauth in supabase. However, the access token that's obtained in the oauth process cannot be used in the cli via , which only accepts personal access tokens created in the dashboard. As a result, most of the functionality available in the cli is not accessible to oauth apps.
The supabase backend seems to already accept oauth tokens, but the cli regex check does not. In the regex expression
can be changed to and the cli functionality can be opened up to oauth apps.
Example can be found at
, where the access_token is obtained through the oauth flow.
The supabase backend seems to already accept oauth tokens, but the cli regex check does not. In the regex expression
can be changed to and the cli functionality can be opened up to oauth apps.
Example can be found at
, where the access_token is obtained through the oauth flow.
No pledges yet. Be the first to back this.
Comments
Similar requests
PAT security vulnerability for MCP - prod access
2 votes · 0 comments
Allow OAuth App integrations to access more than just Management APIs
2 votes · 0 comments
Ephemeral branches need a stable OAuth callback URL
2 votes · 0 comments
Support API key generation
18 votes · 0 comments
Include resource field in OAuth authorization details response
1 vote · 0 comments
No comments yet.