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 156 forks source link

Stops overriding Devise::SessionsController create action (Closes #59) #61

Closed zedtux closed 2 years ago

zedtux commented 6 years ago

This commit replaces the overriding of the `Devise::SessionsController` creation action by the usage of a `Warden::Manager.after_authentication`.

zedtux commented 6 years ago

I didn't checked the tests because there are really messy and having them running is really hard.

zedtux commented 6 years ago

Someone alive here? @xntrik you seem to be the last guy, alive, who committed on this repo. Can you please have a look or close my PR?