Activities of "maliming"

Answer

hi yorytang

Can you share a demo project? liming.ma@volosoft.com You can create via cli.

Answer

hi

Send me an email when you're available, I can remote check it again.

Answer

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

Answer

Can you also try to upgrade the packages in package.json, eg @abp/ng.schematics

hi

Please provide the info of your project.

  • ABP Framework version: vX.X.X
  • UI type: Angular / MVC / Blazor
  • DB provider: EF Core / MongoDB
  • Tiered (MVC) or Identity Server Separated (Angular): yes / no
  • Exception message and stack trace:
  • Steps to reproduce the issue:
Answer

HI yorytang

Can you try to abp 4.3?

hi

Can u try to get token from the HttpConext?

hi

https://docs.abp.io/en/abp/latest/UI/Angular/Page-Toolbar-Extensions

Showing 7091 to 7100 of 7742 entries
Made with ❤️ on ABP v9.0.0-preview Updated on September 23, 2024, 13:33