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 have been using Devise with the default cookie session store but want to mitigate cookie replay attacks and thus installed this gem.
However, I am now not able to log in because of a Can't verify CSRF token authenticity. error. Is there specific configuration required for using this gem with Devise?
The text was updated successfully, but these errors were encountered:
I have been using Devise with the default cookie session store but want to mitigate cookie replay attacks and thus installed this gem.
However, I am now not able to log in because of a
Can't verify CSRF token authenticity.
error. Is there specific configuration required for using this gem with Devise?The text was updated successfully, but these errors were encountered: