FeatureFuel
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.

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests