Say I have a network of websites. When a user logs in to one, I want them to not have to log in again on the other websites. Is there a secured way to do this?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
You could do as stackexchange does and implement OpenID.
That'd allow your users to sign in using one of their favorite services, and can be a two-click sign on experience. They wouldn't even need to fill out a form to register for your sites then.
回答2:
log in with facebook, another option.
回答3:
Create a domain name that you will use primarily for tracking your network users and use a web beacon image on your login pages to see if a cookie for your tracking domain exists.