Skip to content

v1.2.0

Compare
Choose a tag to compare
@pquerna pquerna released this 01 Jun 15:10
· 15 commits to master since this release
43bebef

v1.2.0 of otp contains no breaking changes, and is safe for all users to upgrade.

Changes since v1.1.0:

  • Add Go modules related files #40
  • Expose a new .Secret field on the {hotp,totp}.GenerateOpts structs. This lets you import an existing secret instead of generating a new one. #42
  • Internal change to use base32.NoPadding as an encoding rather than trimming the standard padding #41

Non-functional changes since v1.1.0:

  • Upgrade Go versions tested in Travis CI #39