sorry actually i just solved it from reading https://github.com/abpframework/abp/blob/fc7c9f22c72c6f9cb6d6a78476ef0e91b226b83a/modules/openiddict/src/Volo.Abp.OpenIddict.AspNetCore/Volo/Abp/OpenIddict/Controllers/TokenController.Password.cs#L269
is it possible to get a refund for this ticket please?
yes i tried changePasswordToken on the api/account/reset-password but it says token invalid. can someone help?
as title mentioned, i got changePasswordToken, but what endpoint should i use that utilize that ? im using openIddict.
Hi, I am aware that LeptonX should have Dropzone library built in, but i can't find it at all. im using @volo/abp.aspnetcore.mvc.ui.theme.leptonx: 4.2.1
though I can see uppy installed instead.
hmmm ok,
but to use password, how can i get currentUser.password ?
Hi,
Thank you,
but if i Use Client Credentials token, what CurrentUser going to be?
Regards,
is there any abp guide to use the client_credentials for login?
Hi,
yes but I can't call solution 1 API from solution 2. There is a feature from solution 1 that I need on solution 2 and prefer not to create duplicate code.
Is there another way to achieve it?
Regards,
Hi,
if i follow this step :
After further consideration, you're right it should have different user database.
However, user in solution 2 should also exists in solution 1 but if I create new user in solution 1 it doesn't have to exists in solution 2.
My main concern is how do I call solution 1 API from solution 2 where the API use currentUser.email for example, so it recognize the email of the user.
Regards,