Hi,
I am working on antiforgery configuration on asp.net core and it works only if I remove authorize as I am using jwt authentication to validate user, when I use both authorize and autovalidateantiforgerytoken system start giving me 400 error, please suggest some solution.
thank you.