문제

How do I implement the same login system as stackoverflow?

Where anyone can login based on their existing username/passwords from other web applications like, google, paypal, facebook, twitter and much much more?

도움이 되었습니까?

해결책

For .NET you may checkout DotNetOpenAuth, that's what SO uses to implement OpenId authentication. So add the NuGet and get started. And for the nice icons checkout openid-selector.

For PHP you may checkout this project.

다른 팁

There are many OpenId solutions. Here is a list.

http://openid.net/add-openid/add-getting-started/

http://openid.net/developers/libraries/

For nice looking UI as Darin Dimitrov said you need to go with

http://code.google.com/p/openid-selector/

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top