I'm doing a package where I want the users to be a...
# package-development
s
I'm doing a package where I want the users to be able to add API-keys through the backoffice. Where should I save these? Is the umbracoKeyValue table suitable for this? I would prefer a solution, where I can have Deploy be able to pick up changes (even if I should write my own handler for that). Previously I have exploited dictionary keys for this, but that feels wrong 🙂
2 Views