You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made a mistake in the handler which erased anti-forgery token from the session. I was getting error that I have invalid antiforgery token from the client, which was quite confusing. I propose adding some warning when anti-forgery middleware is used but the token is missing in the session, so it is more clear that the problem is not on the client.
The text was updated successfully, but these errors were encountered:
I made a mistake in the handler which erased anti-forgery token from the session. I was getting error that I have invalid antiforgery token from the client, which was quite confusing. I propose adding some warning when anti-forgery middleware is used but the token is missing in the session, so it is more clear that the problem is not on the client.
The text was updated successfully, but these errors were encountered: