Share secrets with one-time-access.
My hope is this will reduce the number of developers sending credentials around in Emails and Slack by making it really easy to set up.
If you want to contribute more tutorials please create an issiue so I can add the content.
Look in the Wiki, everything from cusomizing, logging, and hosting is in there.
- Permit self-hosting of secrets (many hosted services exist)
- Grokable code (others should be able to understand the code)
- Limited dependencies and easy installation (other open-source libraries require a lot of setup)
- Easily modified when needed
- Webserver restarted: total data loss, it will only store secrets in-process-memory.
- Secret Data is removed: Overwrite string with a random string of equal length, and then delete string from map.
- Secret Data reaches Time-To-Live age: Removed automatically.