You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is your feature request related to a problem? Please describe.
Give users a way to easily regenerate their API keys.
Describe the solution you'd like
There should be a button next to a developer's API key to be able to regenerate a new one. A confirmation modal should appear warning them about their change and how regenerating their API key could break their application if they haven't prepared their application code.
The logic for regenerating a new API key in the backend should live in a function that locates the Developer document with the API key in question and runs the logic of generating a new random API key.
The new API key should automatically appear in their dashboard so they can copy it and use it for whatever project they have.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
Give users a way to easily regenerate their API keys.
Describe the solution you'd like
There should be a button next to a developer's API key to be able to regenerate a new one. A confirmation modal should appear warning them about their change and how regenerating their API key could break their application if they haven't prepared their application code.
The logic for regenerating a new API key in the backend should live in a function that locates the Developer document with the API key in question and runs the logic of generating a new random API key.
The new API key should automatically appear in their dashboard so they can copy it and use it for whatever project they have.
Describe alternatives you've considered
N/A
Additional context
N/A
The text was updated successfully, but these errors were encountered: