jipiboily / monologue

Monologue is a basic blogging engine. It is a Rails mountable engine you can mount in your already existing Rails app, or a in a new one! Enjoy.
http://jipiboily.com/2013/monologue-0-3-0-released-and-monologue-markdown
MIT License
477 stars 196 forks source link

ActionController::InvalidAuthenticityToken is raised WhenLogging In #280

Open gentaro-sakamoto opened 8 years ago

gentaro-sakamoto commented 8 years ago

I've introduce the gem into my existing rails app which version is 4.2.1. After setting up successfully, when logging in, I got the following exception. ActionController::InvalidAuthenticityToken Do I need to configure something in order to avoid it?

msevestre commented 7 years ago

has this issue been resolved?