Ends in:
5 DAYS
5 HRS
30 MIN
14 SEC
Ends in:
5 D
5 H
30 M
14 S

Activities of "maliming"

hi

When authenticating a user, you can pass the correct tenant ID. When you call it with the access token, the API will handle the tenant automatically.

https://abp.io/docs/latest/framework/architecture/multi-tenancy#default-tenant-resolvers https://abp.io/docs/latest/framework/architecture/multi-tenancy#change-the-current-tenant

hi

No need. You can try this: https://abp.io/support/questions/8136/Package-voloabpsuite-is-not-a-NET-tool

This error is related to NET 9 SDK.

hi

8.3.3 will fix your problem. you can give it a try.

Thanks.

Great 👍

hi

Package volo.abp.suite is not a .NET tool

https://abp.io/support/questions/8136/Package-voloabpsuite-is-not-a-NET-tool

Great : )

hi

Use Volo.Abp.Account.Pro.Public.XXX, and update the module name in depend on attributes.

<PackageReference Include="Volo.Abp.Account.Pro.Public.Application" Version="8.3.2" />
<PackageReference Include="Volo.Abp.Account.Pro.Public.HttpApi" Version="8.3.2" />

hi

The confusion here is how to handle or set the permissions from this post request at the mobile side. Do we need to return the token from the post request and use it every time or we need to simply call application-configuration method with userid/mobilenumber from the mobile app?

This is based on your authentication scheme.

Cookies or JWT token?

You should attach the cookie and jwt token in HTTP request headers.

hi

I need to reproduce your problem in some way to find the cause. From the information you shared, I don't have any ideas at the moment.

hi

They are now pro.

<PackageReference Include="Volo.Abp.Account.Application" Version="8.3.2" />
<PackageReference Include="Volo.Abp.Account.HttpApi" Version="8.3.2" />

Showing 151 to 160 of 8490 entries
Made with ❤️ on ABP v9.1.0-preview. Updated on November 26, 2024, 12:49