Blazor WebAssembly Standalone App Accessing An Already Authenticated ASP.NET Core Web API
I have set up an ASP.NET Core Web API where I was able to successfully configure authentication where I can post my email and password to API/login
and then access API/data
where it shows a 401 error if I don’t authenticate first as expected.