Relative Content

Tag Archive for c#asp.net-coreasp.net-web-apiasp.net-identity

ASP.NET Core Web API Identity extension

I have an ASP.NET Core web API, written in .Net 8.
I don’t have an account controller to handle the Identity endpoints, I just added app.MapIdentityApi(); in Program.cs. This method worked fine until I had to modify some of the register logic.