stavroskasidis / BlazorWithIdentity

A project template for a blazor hosted app using cookie based authentication with ef core identity.
MIT License
458 stars 106 forks source link

User.Identity.IsAuthenticated false although SignIn Succeeded #13

Closed NPadrutt closed 4 years ago

NPadrutt commented 4 years ago

I have a Blazor WASM with a very similar sign in process. But all of a sudden on my local computer User.Identity.IsAuthenticated returns false even right after the signIn returned Succeeded. So I checked with your project and I have the same result here. Do you have any idea what causes that?

NPadrutt commented 4 years ago

okay, I found the solution in rebooting my computer. It seems that the issue was somewhere in IIS Express or so - on both my computer simultaniously. Sorry for the false alarm.