All Versions
3
Latest Version
Avg Release Cycle
6 days
Latest Release
1515 days ago
Changelog History
Changelog History
-
v0.3.0 Changes
September 09, 2020โ Added
- ๐ง Clean JSON marshalling for internal configurations.
- ๐ Improve test coverage and go docs.
- โ Add a proper CHANGELOG.
-
v0.2.0 Changes
September 02, 2020โ Added
- ๐ Mark as first official release.
- ๐ QR support to export key URI.
- ๐ Support to format OTP configuration as authenticator key URI.
- Coverage report with GitHub Actions and Coveralls.
๐ Changed
- ๐ Improve usage instructions in the README.
- Generate random keys without padding.
- ๐ Documentation references pkg.go.dev instead of godoc.
- ๐จ Internal structure refactor.
๐ Fixed
- ๐ Handle key padding correctly when generating OTPs.
-
v0.1.0 Changes
August 28, 2020โ Added
- Generation and validation of tokens.
- Simple standalone usage examples.
- ๐ง GitHub Actions configuration for continuous testing.
- HMAC-Based and Time-Based OTP types.
- OTP calculation algorithm full spec.
- ๐ List of supported algorithms.
- ๐ง Basic go module configuration, README, badges.
๐ [Unreleased]: https://github.com/jltorresm/otpgo/compare/v0.3.0...HEAD