but without user interaction, how to achieve it?
after
await SignInManager.SignInAsync(user, isPersistent: false);
how to get access token?
Im using Microservice template.
im using this command, and my cli remains 8.0.1.
abp new OrderService -t microservice-service-pro
but anyway is not this command affect, because the sample test is correct, just that the one create from abp suite CRUD generator, ticked the Create unit & integration tests
i have checked, the product test project that auto created when create new solution from microservice template using abp suite, code wise is different from the new microservice that we create using the abp command to add microservice-pro and use abp suite to create new entity
i unable to send through the whole project, its too huge.
Hi there, please check accordingly
Hi,
I had configured the OpenIddictDataSeeder for both Identity and DbMigrator side. Still not auto being selected.
hi
Please add/update new EF Core migrations.
Any guide that can refer to?