Skip to content

Releases: heapsource/active_model_otp

Release v2.3.4

18 Apr 09:11
Compare
Choose a tag to compare

Update rotp → 6.3.0
The pull request at #118 summarize the only change on this release which address GHSA-x2h8-qmj4-g62f advisory

Notably, version 2.3.3 was skipped due to an error encountered during the version bump process.

Release v2.3.2

26 Apr 02:56
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v2.3.1...v2.3.2

Release v2.3.1

22 Oct 13:31
4e92e51
Compare
Choose a tag to compare

Method authenticate_otp must return falsey if code is nil or empty string #96, fixes #95

Release v2.3.0

22 Jun 08:46
86374fd
Compare
Choose a tag to compare

Interval feature for TOTP (#88)

v2.2.0

30 May 09:19
Compare
Choose a tag to compare
  • Add counter value when triggering ROTP#provisioning_uri #76
  • Backup codes might be nil when using encryption (#83)
  • Ensure authentication_otp returns a boolean value (#85)

v2.1.1

07 Mar 11:50
c7e6a85
Compare
Choose a tag to compare

v2.1.0

15 Dec 19:55
Compare
Choose a tag to compare
  • Add option for skipping secret generation (#56)
  • Active Model OTP works with ruby 2.3 or greater (#64)
  • Support for Rails 6 #66
  • Not writing to database with auto_increment: true #67

v2.0.1

19 Sep 14:47
Compare
Choose a tag to compare

No changes

v2.0.0

07 Jun 16:00
Compare
Choose a tag to compare
  • Bump to ROTP 5.0 #54
  • Add Model#otp_random_secret method #54
  • remove padding support as ROTP padded by default #45
  • remove verify_with_drift #45

party

v1.2.0

26 Feb 16:24
Compare
Choose a tag to compare