hi
The access_token
also contains user claims.
The id_token
only available when you're using openid login.
You can use third library to decode that.
constructor(
private oauthService: OAuthService
) {
console.debug('access-token', this.oauthService.getAccessToken());
}
https://www.npmjs.com/package/jwt-claims https://www.npmjs.com/package/jwt-simple
hi
Can you share a simple demo project to reproduce this problem? liming.ma@volosoft.com
Can you also try to upgrade the packages in package.json
, eg @abp/ng.schematics
hi
Please provide the info of your project.
HI yorytang
Can you try to abp 4.3?
hi
https://docs.abp.io/en/abp/latest/UI/Angular/Page-Toolbar-Extensions
hi
I haven't reproduced your problem, I think you may have used the wrong token.
Can you share a simple demo project? liming.ma@volosoft.com
hi
When you use blazor server mode, you should not use HttpClient manually.
Maybe you can take a look at this https://github.com/DevExpress/Blazor#devexpress-ui-for-blazor
hi
You can try to uninstall it first.
dotnet tool uninstall -g Volo.Abp.Suite
dotnet tool install -g Volo.Abp.Suite --version 4.3.0 --add-source https://nuget.abp.io/<your-private-key>/v3/index.json