Blazor Web App and auth from separate webApi with Identity
Hi!
Im working on a project where I have a standalone ASP.Net Core WebAPI-project where i use the IdentityApiEndpoints for authentication and a separate Blazor Web App (frontend) .NET8 where i would like to get authorized using the WebAPI.
The api sends a cookie with the response to the Blazor frontend but i cant figure out how to get authentication working and a working authenticationstate.
0 Replies