Describe the feature
A user should be able to reset their api-key, this is important functionality to have in case users leak their key. This should generate a new api-key and persist it in the users table.
Questions
- A JWT will be cached with the api-key or a cookie sid as the key for 10 minutes, should we also clear this? Can we?
- Should this only be possible through the console?
Tasks
Suggestion or Example of how the feature would be used
No response
Duplicate declaration
Describe the feature
A user should be able to reset their api-key, this is important functionality to have in case users leak their key. This should generate a new api-key and persist it in the users table.
Questions
Tasks
Suggestion or Example of how the feature would be used
No response
Duplicate declaration