Using nopCommerce logins on a non-nopCommerce site?

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Il y a 3 ans
Hello,

I have a nopCommerce site with registered customers. I am going to develop another site (not nopCommerce but still ASP.NET Core 3.1/maybe 5) and want to give my customers the ability to login using their creds from the nopCom site on the new non nopCommerce site. Kind of like how you can use your Google/Facebook/Apple login across multiple sites. Is this a possibility?
Il y a 3 ans
Hello getouttahere,

Yes it is possible, at your third party site redirect to nop site when they login.at nop side you just create one separate page in which write login logic.

once login credential grant success, redirect to your third party site with appropriate toke. based on that token do appropriate logic at third site.

This way you can achieve.

Note : make sure you have to handle lots of thing like claims etc.

Thanks,
Smi10 Kalathiya
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.