-
-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Allow delete and generate api keys #265
Comments
/bounty 100 |
|
/attempt #265 Options |
1 similar comment
/attempt #265 Options |
Note: The user @sravanth299 is already attempting to complete issue #265 and claim the bounty. If you attempt to complete the same issue, there is a chance that @sravanth299 will complete the issue first, and be awarded the bounty. We recommend discussing with @sravanth299 and potentially collaborating on the same solution versus creating an alternate solution. |
💡 @WcaleNieWolny submitted a pull request that claims the bounty. You can visit your org dashboard to reward. |
Capgo have backend function only when nothing else can be done. Renew a key should be after confirm alert, to prevent miss click. |
Thanks a lot for you input, I am not going to close this and I am going to work on this tomorrow hopefully fixing all of the mentioned issues |
Also what do you mean by "add by type" so like add a read only key? And updating the key should allow the user to type the key or just regenerate it? |
there are 3 type of keys:
So when create a new one the user should show what type he wants to create. |
@riderx This is the first time I am contributing to this repo. I am trying to set up using 263. supabase start I am failing at the supabase setup. |
I want to ask: How important it is to require |
I have implemented the regenerating on the frontend + I have added a dialog option. Please revew my changes Edit: I have provided a video of my changes in the PR |
You need to manually connect to Postgress and manually execute the code from schema.sql then from seed.sql |
🎉🎈 @WcaleNieWolny has been awarded $100! 🎈🎊 |
Currently, the APIKEY are created when account is created but there are no way to roll the key if they leaked.
![CleanShot 2023-08-13 at 14 45 40@2x](https://private-user-images.githubusercontent.com/4084527/260303695-461a62da-a12e-49c4-bdf4-c165cf01a6a1.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk5MzQzNTEsIm5iZiI6MTczOTkzNDA1MSwicGF0aCI6Ii80MDg0NTI3LzI2MDMwMzY5NS00NjFhNjJkYS1hMTJlLTQ5YzQtYmRmNC1jMTY1Y2YwMWE2YTEucG5nP1gtQW16LUFsZ29yaXRobT1BV1M0LUhNQUMtU0hBMjU2JlgtQW16LUNyZWRlbnRpYWw9QUtJQVZDT0RZTFNBNTNQUUs0WkElMkYyMDI1MDIxOSUyRnVzLWVhc3QtMSUyRnMzJTJGYXdzNF9yZXF1ZXN0JlgtQW16LURhdGU9MjAyNTAyMTlUMDMwMDUxWiZYLUFtei1FeHBpcmVzPTMwMCZYLUFtei1TaWduYXR1cmU9YzRiYjRiNDY1NmI1MTFhMmIzYjQ1M2Y2OGMxYzM3Mzk1MzJlMDQ3ZWI2NTU4OWU0ZTJkMTE2MDQwMDBjMDNhZCZYLUFtei1TaWduZWRIZWFkZXJzPWhvc3QifQ.0_aoKBuvybkBJt24Z74LFJmveKJ639HqtYLLpkTQbLU)
a nice addition would be to be able to add key by type, delete and update key
The text was updated successfully, but these errors were encountered: