FeatureFuel
6

feat: personal access tokens as a sign in method

Source: supabase/supabase#2021 · opened by @maximousblk
Feature request


Is your feature request related to a problem? Please describe.


It would really help with the cli/scripting environments if you could sign in using auto-generated personal access tokens like with GitHub. I guess this would also help if I want to give a third party app limited access to a user account?

Describe the solution you'd like

Continuing to take GitHub as the example.

sign in using the personal access tokens:



or rest api



create new token:



get list of tokens:



delete a token:



Describe alternatives you've considered

one could always implement this on the application side, though not sure how effective if would be.

Additional context


custom token prefix similar to GitHub (ghp_4CZVktpdsXarrrUgLhWpUdsXarrrUgLhpNop) would be a nice to have for helping with secret scanning programs

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