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
nelsonic opened this issue
Sep 10, 2020
· 1 comment
Assignees
Labels
chorea tedious but necessary task often paying technical debtdiscussShare your constructive thoughts on how to make progress with this issueT1hTime Estimate 1 HourtechnicalA technical issue that requires understanding of the code, infrastructure or dependencies
Given that we now have the concept of "Apps" #95 which will be more familiar to some people, I propose that we:
Remove the UI for creating API keys because it's no longer relevant.
I have removed the name, description and url fields of the apikeys schema in favour of storing this info in apps so it's no longer a valid use-case to have an apikey without an app
Create a "Reset API Key" button in the App "Show" View e.g. /apps/1 to allow people to easily reset their key (but keep their App active) if they fear that it's been compromised.
Move the AuthWeb.ApikeyController.make_apikey/2 function from the controller to the schema file where it is more appropriate.
Remove all tests that manually create apikeys records via the ApikeyController. (UI tests)
The text was updated successfully, but these errors were encountered:
nelsonic
added
chore
a tedious but necessary task often paying technical debt
discuss
Share your constructive thoughts on how to make progress with this issue
technical
A technical issue that requires understanding of the code, infrastructure or dependencies
labels
Sep 10, 2020
chorea tedious but necessary task often paying technical debtdiscussShare your constructive thoughts on how to make progress with this issueT1hTime Estimate 1 HourtechnicalA technical issue that requires understanding of the code, infrastructure or dependencies
Given that we now have the concept of "Apps" #95 which will be more familiar to some people, I propose that we:
/apps/1
to allow people to easily reset their key (but keep their App active) if they fear that it's been compromised.AuthWeb.ApikeyController.make_apikey/2
function from the controller to the schema file where it is more appropriate.apikeys
records via theApikeyController
. (UI tests)The text was updated successfully, but these errors were encountered: