أنشطة "masum.ulu"

Lastly you can use ADB for work with localhost instead developing with IP configuration. We'll add the steps to docs but maybe it might be confusing for you.

You can use any UI framework with ABP there is no problem, but the problem is there I think your OpenId knowledge must be missing.

  • Firstly all you need to do is understand application-configuration end point. We made a online session about mobile development https://youtu.be/-wrdngeKgZw?t=722
  • If you use authorization_code flow in UI app, It'll redirect to browser and in the browser there is already sign in and sign up screens which means you don't have to implement any code to your app
  • BUTTTTT if you want to make this ops. in the UI app (not with browser) than you need to use password flow. Which is we were using this grant_type in React Native 7.3- versions that why we put this warning 🙂

Also here is my postman request, but I didn't see you Body tab in postman. Are you sure about you did correct the steps at the begining ???

Can you please share your error and solution. Is that about our mistake I'd like to fix if any error or bug exits in our project

Hi fahad, I've created a project with 8.0.5 version and I couldn't produce your error. I've just applied your steps and followed the documentation. Here's the result

إجابة

Hi, no we don't have any sample. It's seems like you want to implement your own login. You can inspect our NgxDatatableListDirective from @abp/ng.theme.shared package and you create your own directive or you can you directly ListService with Syncfusion Angular Grid but we don't have any sample for it.

إجابة

Hİ alex,

I suggest the develop your css undepended from specific component. Instead you can create theme folder and override | create all css structure in here. We don't suggest the write specific component's css.

Hi viktor,

As far as I understand you want to

  • List users in custom page
  • If current user have permission you want to display name like Login or Login with this user option button in actions dropdown button. Like below

  • After click this button you want to open a modal if selected user's have authority delegations
  • After that you want to use casual authority delegation system

Is that right ?

If it's yes, Our current authority delegation system works for CurrentUser which means if you want use authority delegation system for selected user, you need to apply your custom logic at backend. So you also need to create new proxy (DTOs and Services). So the last step is the display authority delegation modal for selected user.

Or maybe I couldn't understand your goal. Can you correct me please ?

Hi again, your @angular packages version matrix seems messy, can you convert to all angular packages version to ~15.0.0 and remove node_modules | yarn.lock | package-lock.json after that install packages and try to run angular

YET

your @abp and @angular packages version seems old are you sure you upgrade to 8.x.x ?

we'll call the connect/token API from the method login of AuthService (@abp/ng.core lib) so after removing it, the API returns invalid_grant message because when calling the connect/token API the login method automaticly send the dummyClientSecret value to the request body.

Hi can you please show request sample code and network in browser, because I couldn't understand which method includes the dummyClientSecret from environment state ? If u want to get token you can use the password grant

عرض 11 الي 20 من 186 إدخالات
Made with ❤️ on ABP v8.2.0-preview Updated on مارس 25, 2024, 15:11