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
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.
Comments
Similar requests
PAT security vulnerability for MCP - prod access
2 votes · 0 comments
Support API key generation
18 votes · 0 comments
Supabase cli to accept oauth tokens
2 votes · 0 comments
I have an idea about the SignUp method
1 vote · 0 comments
Support revoking access tokens by JWT blacklist
2 votes · 0 comments
No comments yet.