❔ <AuthorizeView> not working
I am currently making a Blazor Server App with a Custom Authentication. I can give my current user roles but then cannot use the AuthorizeView attribute.
More info here: https://stackoverflow.com/questions/75855206/authorizeview-not-woking-in-blazor-server-app
More info here: https://stackoverflow.com/questions/75855206/authorizeview-not-woking-in-blazor-server-app
Stack Overflow
I have a Blazor Server app with a Custom AuthenticationStateProvider. I can add Claims to my current user but when I try using the component, it just doesn't show up.
My Program.cs File:
builder.
My Program.cs File:
builder.