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
In devise, we can sign in a user using sign_in(user). Is there anything similar that comes with this gem? If not, what's the best way to authenticate / disable the authentication when I'm testing?
The text was updated successfully, but these errors were encountered:
In devise, we can sign in a user using
sign_in(user)
. Is there anything similar that comes with this gem? If not, what's the best way to authenticate / disable the authentication when I'm testing?The text was updated successfully, but these errors were encountered: