AsteriskLabs / devise_google_authenticator

A Devise extension to allow your app to utilise Google's 2FA Mobile app
http://labs.asteriskinfosec.com.au/tag/devise_google_authenticator/
MIT License
216 stars 159 forks source link

Adds ga_appname config setting and require current token to enable/disable gauth #32

Closed felipecsl closed 10 years ago

felipecsl commented 10 years ago

Fixes #31

Requires current gauth token in order to enable/disable gauth. This seems to be the standard/most secure way to handle 2FA.

xntrik commented 10 years ago

Both these are awesome. Working on merging currently.