Hi,
You can try upgarde your project version to 9.1.1
Hi,
Yes, it's possible.
same like I can have the similar experience on angular where I can customize the account module so the experience will be the same Please let me know what are the drawback of this solution, and is it doable on ABP ?
You can implement it using a similar way; as far as I know, external login requires a callback to the server to ensure security.It has no drawbacks if you implement it correctly.
The tenant info is stored in the cookie; you can manually delete cookies.
Hi,
Unfortunately there is no configuration
:)
Hi,
Try
user = await RegisterExternalUserAsync(externalLoginInfo, Input.UserName, Input.EmailAddress);
await SignInManager.SignInAsync(user, isPersistent: true , externalLoginInfo.LoginProvider);
The problem was fixed, https://github.com/abpframework/abp/pull/21206
I refuned your ticket, thanks.
Hi,
yes, I recommend you create a new project to check it and compare it with your project.