We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Username is not shown after login, for Blazor WASM applications. I have to refresh the page to see the username.
I suppose this is related to dependency resolutions. AbpComponentsClaimsCache resolves the wrong instance of AuthenticationStateProvider, so can not get the claims here: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Components.Web/Volo/Abp/AspNetCore/Components/Web/Security/AbpComponentsClaimsCache.cs#L26
AbpComponentsClaimsCache
AuthenticationStateProvider
I am leaving this to 4.3.0-rc.2 fix.
The text was updated successfully, but these errors were encountered:
f2bb36a
hikalkan
Successfully merging a pull request may close this issue.
Username is not shown after login, for Blazor WASM applications. I have to refresh the page to see the username.
I suppose this is related to dependency resolutions.
AbpComponentsClaimsCache
resolves the wrong instance ofAuthenticationStateProvider
, so can not get the claims here: https://github.com/abpframework/abp/blob/dev/framework/src/Volo.Abp.AspNetCore.Components.Web/Volo/Abp/AspNetCore/Components/Web/Security/AbpComponentsClaimsCache.cs#L26I am leaving this to 4.3.0-rc.2 fix.
The text was updated successfully, but these errors were encountered: