Skip to content

Conversation

@benjaminwols
Copy link
Owner

No description provided.

sbc100 and others added 30 commits August 26, 2016 17:10
There have been a couple of recent breaking changes
so bumping the major version is required.
Add compat with older versions of devise
Bump version 1.1.5 -> 2.0.0
Fixes a minor typo in the README.md
Update two_factor_authenticatable.rb
OpenSSL::Cipher::Cipher has been deprecated in favor of OpenSSL::Cipher
Since  now always includes ,
the test for passing the correct options to Encryptor should also include
that option.
Check and use if newer bypass_sign_in method exists in devise
Low-res raster makes eyes bleed on retina displays 😎

[skip ci]
Switch badges to vector in README
Resource attribute otp_secret_key only needs a value if the user
requires a TOTP value.
…change

Doc change re otp_secret_key for version 1 to 2 upgrade
This is an attempt to play nice with other gems that might define
methods that encrypt or decrypt data in a model.
Makes encrypt/decrypt method names unique:
dynamically generate path based on resource scope
Houdini and others added 30 commits August 28, 2018 00:20
Replace `render :nothing` with `head`
Some users enter the TOTP code with a space, which breaks authentication. This strips the space from
the user-entered TOTP code and validates against it.
Update README.md
Use correct module name
Fix README markdown formatting
Remove unused column `otp_confirmed`
Return JSON with 'redirect_to' when handle_failed_second_factor
Use ROTP::Base32.random instead of ROTP::Base32.random_base32 if available
This is a small change which will make users life so much easier.
Autofocus MFA code text field
Make current migration safe using index concurrently
Added license tag (MIT) to gemspec
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.