You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I need to to authenticate a user is two-step authenticated or not.
As in simple devise we had a method like authenticate_user!
I need to set this in before_action filter.
Can we have similar method for two-factor-authentication?
The text was updated successfully, but these errors were encountered:
ashvushinde
changed the title
Do we have any two_factor_method like authenticate-user!
Do we have any two_factor_method like authenticate_user!
Nov 30, 2015
So the issue is i need a method which will be equivalent like this. Because it still shows the header and sidebar while we are inserting the OTP to the HTML view.
Ideally while entering the OTP, the header and sidebar should not displayed because user has not completely signed in.
Am i missing something here ?
I need to to authenticate a user is two-step authenticated or not.
As in simple devise we had a method like
authenticate_user!
I need to set this in before_action filter.
Can we have similar method for two-factor-authentication?
The text was updated successfully, but these errors were encountered: