Activities of "masum.ulu"

Hi again sridhar, sorry for late reply. I'll check for a workaround and to inform you.

so, I can just use the /connect/token endpoint through my app, and user can be authenticated for signup and login within the app, am I understanding that correctly?

  • For sign in yes,
  • Sign up is another topic it is not related openid. It's about account module. You need to use /api/account/register endpoint.

The react native app you talked about in the answer is the one that comes with the template, right?

Yes it comes with template


and hasn't the authentication-flow used in the template?, as it opens the url in browser?

There are 2 template Open source (ABP) and Commercial (This is priv. repo) templates

  • In ABP template we use password grant_type for react native auth.
    • Yet we'll switch to authorization code
  • In Commercial template we use authorization code grant_type

Is password-flow handling available through abp APIs, or does it need to be customized.

  • You don't need to customize something, you can use /connect/token endpoint, just make sure you sending correct body. Because body needs to be change depending your grant_type property.

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.

Showing 1 to 10 of 179 entries
Made with ❤️ on ABP v8.2.0-preview Updated on March 25, 2024, 15:11