-
Notifications
You must be signed in to change notification settings - Fork 607
Description
Preliminary Checks
-
I have reviewed https://unkey.com/docs for existing features that would solve my problem
-
I have searched for existing feature requests: https://github.com/unkeyed/unkey/issues
-
This issue is not a question, general help request, or anything other than a feature request directly related to Unkey. Please ask questions in our Discord community: https://unkey.com/discord.
Is your feature request related to a problem? Please describe.
It's annoying to tell users in docs what perms to add and is a bad experience for the user cause they need to cross reference. Rather they should click on a link like /settings/root-keys?permissions=api.*.create,key.*.verify and can move on quickly
Describe the solution
A user clicks on a link and it automatically selects the required permissions, all they need to is add a name and hit "create"
required permissions are stored in query params and the correct permission checkboxes are checked when the user navigates there.
We already use nuqs for query param parsing, I'd like to use it here too
Describe alternatives you have considered (if any)
No response
Additional context
No response