vote up 0 vote down star
1

Is there a PHP plugin or an open project offering a simple login/connection system to most of the major sign in providers simply by providing an API key then storing the linked account information in MySQL? Or is there a system that can be extended to include various other login providers as they become available?

flag

72% accept rate

1 Answer

vote up 2 vote down check

It is not a plugin but something you add to your site. However, take a look at Dope OpenId, it is rather easy to use and handles most implementations for free and you are in total control and not dependent on yet another service.

Edit: I haven't checked if it handles all of the above, but I have most of them on my login screen and they work.

link|flag
The demo's a good start (stevelove.org/projects/dope-openid/demo) and covers a good slab of OpenId sites and works for others not listed in the demo dropdown (eg Google). I guess it's a start that could possibly be extended with my own script or secondary script to include Facebook Connect, Twitter, Windows Live and other login services that don't connect using OpenId... – Peter Aug 25 at 5:29
I never looked at Windows Live so I can't say anything about that but the only "hard part" I faced was Yahoo where you needed to change some URL in a special file requested by Yahoo or something (unfortunately I have a network problem right now so I cannot reach the server and provide more details but you'll figure it out). – Fredrik Aug 25 at 6:27

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.