Hi there
Still figuring out the plugin-workflow. I was wondering what is considered ‘best-practice’ when it comes to storing credentials used by a plugin.
I’m building an api-plugin that fetches data from another kirby cms, which uses the kql-plugin and thus requires basic auth.
I don’t want the credentials to be stolen obviously I’m just not too familiar with what directories are generally considered ‘safe’. I would think the .env in the root would be pretty safe?