Yopass

jhaals/yopass last check 65 releases recent
Notes
Release notes
v13.0.0
view on github

The most notable change in this release is the separation of write endpoints introduced in #3309. Previously fetching and creating a secret happened on the same http endpoint which made it tricky to add access restrictions where you want your organization to be able to create secrets but the world to be able to access them. With this change a secret is accessed via the api on /secret but creation happen on /create/secret. This greatly simplifies oauth proxy setups with yopass. This is a breaking change for api users so have that in mind if you access yopass directly using api tools as those need to be updated as well.

New Translations added 👏

What's Changed

New Contributors

Full Changelog: https://github.com/jhaals/yopass/compare/12.5.0...13.0.0