-
-
Notifications
You must be signed in to change notification settings - Fork 515
Closed
Labels
Description
For each project we have, we usually have a couple of api keys we create, for each large component.
That way, if we need to someday replace the key, we don't need to do it on all the project parts.
But currently API keys are just random strings, and there's no easy way to map keys to "components".
A very simple solution to this would be to be able to "name" keys. It would be a plain text field, editable at will.