File tree 1 file changed +1
-17
lines changed
1 file changed +1
-17
lines changed Original file line number Diff line number Diff line change 1
- # v1.2.0
2
- - Added Counter based OTP (HOTP) (@ResultsMayVary ) https://github.com/heapsource/active_model_otp/pull/19
3
- - Adding options to provisioning uri, so we can include issuer (@doon ) https://github.com/heapsource/active_model_otp/pull/15
4
-
5
- # v1.1.0
6
- - Add function to re-geterante the OTP secret (@TikiTDO ) https://github.com/heapsource/active_model_otp/pull/14
7
- - Added option to pass OTP length (@shivanibhanwal ) https://github.com/heapsource/active_model_otp/pull/13
8
-
9
- # v1.0.0
10
- - Avoid overriding predefined otp_column value when initializing resource (Ilan Stern) https://github.com/heapsource/active_model_otp/pull/10
11
- - Pad OTP codes with less than 6 digits (Johan Brissmyr) https://github.com/heapsource/active_model_otp/pull/7
12
- - Get rid of deprecation warnings in Rails 4.1 (Nick DeMonner)
13
-
14
- # v0.1.0
15
- - OTP codes can be in 5 or 6 digits (André Luis Leal Cardoso Junior)
16
- - Require 'cgi', rotp needs it for encoding parameters (André Luis Leal Cardoso Junior)
17
- - Change column name for otp secret key (robertomiranda)
1
+ CHANGELOG it's been deprecated in favor of https://github.com/heapsource/active_model_otp/releases
You can’t perform that action at this time.
0 commit comments