I have coded a few modules in both PowerShell and python, each accessing different APIs which requiring authentication.
I currently have it so that the usernames and passwords are typed IN the code. I know I have the option of making it prompt every time to ask for credentials or store the credentials in a static repo and static encryption which I can pull from the file. But those are not solutions to my need.
What I want to ask is, is there like a Lastpass type solution for developing APIs?
I have tried looking it up on Lastpass site itself, but I don't see anything, at least that I could understand, that would fulfill this purpose (especially for PowerShell and Python).
Any help would be much appreciated.