We\'d been getting \"A required anti-forgery token was not supplied or was invalid.\" errors, and on some further investigation, I\'ve managed to recreate the problem in its sim
The real answer to this problem is simply that you shouldn't use an anti-forgery token on login forms!
It's pointless to "forge" being a user on a login form - they aren't logged in!