Following on from this question on CSRF errors.
Is it correct/will it work if I use:
protect_from_forgery with: exception, except: sign_in
Or can I only have one or the other?
It works when I run it in development but just not sure it is working as intended.