Single Sign On - how to implement?

后端 未结 3 1584
醉梦人生
醉梦人生 2020-12-07 05:39

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?

相关标签:
3条回答
  • 2020-12-07 06:21

    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.

    0 讨论(0)
  • 2020-12-07 06:29

    log in with facebook, another option.

    0 讨论(0)
  • 2020-12-07 06:40

    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.

    0 讨论(0)
提交回复
热议问题