Skip to content

Releases: jltorresm/otpgo

v0.3.0

09 Sep 17:11
39d30cf
Compare
Choose a tag to compare

Added

  • Clean JSON marshalling for internal configurations.
  • Improve test coverage and go docs.
  • Add a proper CHANGELOG.

v0.2.0

02 Sep 21:31
b43d63c
Compare
Choose a tag to compare

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

28 Aug 22:06
0ac993f
Compare
Choose a tag to compare
v0.1.0 Pre-release
Pre-release

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.