Submitting React form to ASP.NET 6 Identity controller – where to get RequestVerificationToken from?
I'm working with an ASP.NET 6 app, generated with ASP.NET Core with React.js Visual Studio 2022 template. I've used Individual Accounts as Authentication Type when creating the project, so all Identity stuff has been nicely generated. Now I have nice…