All Versions
3
Latest Version
Avg Release Cycle
6 days
Latest Release
1325 days ago

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