Releases: jltorresm/otpgo
Releases · jltorresm/otpgo
v0.3.0
v0.2.0
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
Important: The code could change dramatically until the official v1. Use with care.
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.