hi
Send me an email when you're available, I can remote check it again.
hi
https://github.com/alkaabi82/Acme.Bookstore/issues/1#issuecomment-837920654
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