PHP integration of openID in Magento

Can someone tell me how multiple-opening authentication works in Stack Overflow? I have this doubt since I want to implement the same functionality on my new magento site. The only doubt I have is that if I log in using openID, I will use my unique URL (for example: http://example.myopenid.com). Now that I want to do something, I have to receive an email confirming how to get it without typing it anywhere?

A similar scenario is on the current site, i.e. stackoverflow.com. I am posting this question using my openid authentication. Now, how can I find out if someone is answering my question, or is someone commenting on it? Please help me know this.

+4
source share
3 answers

It uses authentication at the end, which ultimately goes to the email address, and then Magento uses the "Log in by Email" function to log the user into the system.

The system knows your email address throughout the session, and any system emails can be sent to you.

Take a look at this plugin for some ideas:

http://www.magentocommerce.com/magento-connect/login-through-social-networks-and-more-multilogin-11-in-1.html

let me know if you need to explain more.

+1
source

I just found the Flagbit "magento-openid" project to enable manager login via OpenID. But I have not tested it yet.

0
source

There is another free project https://github.com/dachcom-digital/magento-openid that works with current versions of Magento

0
source

Source: https://habr.com/ru/post/1391382/


All Articles