Last active
June 23, 2020 11:44
-
-
Save kevinhq/7647b8321d2a9a1f52516889fb4b63b0 to your computer and use it in GitHub Desktop.
Gemfile for Two-Factor authentication with devise and active_model_otp gem
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| gem 'devise', '~> 4.7.1' | |
| gem 'active_model_otp', '~> 2.0.1' | |
| gem 'rqrcode', '~> 1.1.2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment