activerecord-session_store
activerecord-session_store copied to clipboard
Invalid authenticity token when paired with Devise
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?
maybe related to #172