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?