refinery / refinerycms-authentication-devise

Devise based authentication extension for Refinery CMS
MIT License
17 stars 61 forks source link

Fix for bug #5. #7

Closed xmrigiv closed 9 years ago

xmrigiv commented 9 years ago

Devise will delete _csrf_token in subsequent calls of detect_authentication_devise_user and this will lead to "Can't verify CSRF..." during login.

bricesanchez commented 9 years ago

Thanks @nntr :) @parndt What do you think this fix ?

parndt commented 9 years ago

@nntr thank you so much for looking into this.. I'll test this and merge ASAP if it fixes my issue.

parndt commented 9 years ago

This is excellent and fixes the problem for me and is about to be released in version 1.0.2 :heart: thank you so much @nntr !