Our application is built using Blazor Server and .razor pages which communicates to Azure APIs. I would like to know if for Blazor UI should we implement Anti forgery CSRF/XSRF, if so can I get some information how to implement?
I have observed posts implementing Anti forgery for ASP .Net core MVC applications https://exceptionnotfound.net/using-anti-forgery-tokens-in-asp-net-core-razor-pages/ and also blogs mentioned that Razor pages implement Anti forgery validation by default.
But for Blazor would like to know what is the pattern to follow ?