phatworx / devise_security_extension

An enterprise security extension for devise, trying to meet industrial standard security demands for web applications.
MIT License
747 stars 346 forks source link

getting an error of "ActionController::InvalidAuthenticityToken" #162

Closed albertpak closed 8 years ago

albertpak commented 8 years ago

actioncontrollerinvalidauthenticitytoken

added this gem to my rails 4.2.5.2 app - been using latest devise but when i add this gem, i get the following error ^^^

albertpak commented 8 years ago

My bad...false alarm - figured it out - forgot to change :null_session in my ApplicationController since i was using rails-api gem