Relative Content

Tag Archive for mysqlvisual-studioentity-framework-coreblazorasp.net-identity

Blazor frontend with Authentication enabled bombs when a password change is executed

I am developing a web app that contains a Blazor front end and a .net WebAPI backend. Both are developed using the .NET 8 version. I also have a class library project where I have all the data related code such as my DbContext Class, all my Data Models and also DTO models etc. My intention with the class library is to reuse the data context and models in multiple front-end apps such as Blazor, MAUI and ASP.NET Core Web App; I have only started with Blazor though. I am also using the .net core Identity framework for authentication and authorization purposes. Maybe it is significant to mention that I am using a MySql database at the backend.