Skip to content

Latest commit

 

History

History
17 lines (14 loc) · 1019 Bytes

CHANGELOG.md

File metadata and controls

17 lines (14 loc) · 1019 Bytes

#v1.2.0

  • Added Counter based OTP (HOTP) (@ResultsMayVary ) heapsource#19
  • Adding options to provisioning uri, so we can include issuer (@doon) heapsource#15

#v1.1.0

  • Add function to re-geterante the OTP secret (@TikiTDO) heapsource#14
  • Added option to pass OTP length (@shivanibhanwal) heapsource#13

#v1.0.0

  • Avoid overriding predefined otp_column value when initializing resource (Ilan Stern) heapsource#10
  • Pad OTP codes with less than 6 digits (Johan Brissmyr) heapsource#7
  • Get rid of deprecation warnings in Rails 4.1 (Nick DeMonner)

#v0.1.0

  • OTP codes can be in 5 or 6 digits (André Luis Leal Cardoso Junior)
  • Require 'cgi', rotp needs it for encoding parameters (André Luis Leal Cardoso Junior)
  • Change column name for otp secret key (robertomiranda)