What's Changed
CLI support for API token authentication
The yopass CLI can now authenticate against servers running with --require-auth.
Pass the server-issued token secret with --api-token (or API_TOKEN)
- feat(api): add token-based authentication for API requests by @marchermans in #3744
- fix: address review feedback on token auth PR #3744 by @jhaals in #3745
New Contributors
- @marchermans made their first contribution in #3744
Full Changelog: 14.5.0...14.6.0