Activities of "maliming"

hi

Have you tried using mongodb's API in the repository?

We are not as familiar with Mongodb as we are familiar with EF Core, you can try it.

hi

We will check this. : )

In ABP document we couldn't see any information about refresh token implementation.

hi

This belongs to Identity Server. You can check its related documents. http://docs.identityserver.io/en/latest/topics/refresh_tokens.html https://leastprivilege.com/2020/06/29/refresh-tokens-in-identityserver4-v4/

hi

Sorry, I was wrong, Can you change the DbTablePrefix instead of DbSchema?

hi Mohammad

Can you try this:

using (var uow = _unitOfWorkManager.Begin()
{
    var client = await clientCredentialRepository.SingleOrDefaultAsync(x => x.ClientId == client_id);
    await uow.CompleteAsync();
}

hi Mohammad

Please create a new question, Thanks

hi

There are self-referencing properties in the JToken class, which can cause infinite recursion in some cases.

I suggest you create a new class instead of using it in input and output DTO.

hi

I guess the JToken cause the problem.

You can create another class and convert the Item to yours.

https://github.com/chargebee/chargebee-dotnet/blob/master/ChargeBee/Models/Item.cs#L156

hi

Can you share the code of Item?

Showing 10391 to 10400 of 11563 entries
Learn More, Pay Less
33% OFF
All Trainings!
Get Your Deal
Mastering ABP Framework Book
The Official Guide
Mastering
ABP Framework
Learn More
Mastering ABP Framework Book
Made with ❤️ on ABP v10.1.0-preview. Updated on December 25, 2025, 06:16
1
ABP Assistant
🔐 You need to be logged in to use the chatbot. Please log in first.