AsteriskLabs / devise_google_authenticator

A Devise extension to allow your app to utilise Google's 2FA Mobile app

Home Page:http://labs.asteriskinfosec.com.au/tag/devise_google_authenticator/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not compatible with rails 5

devijonnalagadda opened this issue · comments

I used this gem by downloading it from github and placed in the rails app lib folder. I specified the :path in gemfile. Made some changes in the gem source code. Some of the methods were depreciated in rails 5, so i replaced them with the newer one's. This is very useful gem for 2FA. I suggest to don't stop this gem implementation, please continue its implementation. To make it compatible with rails 5, very small changes were needed. And also add backup code implementation.

Hey @devijonnalagadda, we are using this gem at Pharmony and we have a working fork in production, have a look at here: https://github.com/Pharmony/devise_google_authenticator/tree/compatibilites/rails5