ASP NET Core Data Protection in a distrubuted environment
I noticed that if I redeploy my ASP NET Core Razor Pages app when it is hosted in a distributed environment, all my users were signed out of their current session as well issues with ASP NET Core AntiForgery (CSRF) protection. When the Data Protection system is initialized,…
Continue reading...