Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to use OpenID on my website

Tags:

php

openid

I am using OpenID in our website but yahoo id is not verified. And from other OpenID I am not getting user detail so that I can store in the database.

like image 875
Sanjay Shah Avatar asked Nov 15 '22 08:11

Sanjay Shah


1 Answers

I'd recommend LightOpenID.

Another answer suggested SimpleOpenID, but it supports only OpenID 1.1 (so you won't be able to authenticate with google, for example), and is designed for PHP4.

like image 195
Mewp Avatar answered Dec 09 '22 17:12

Mewp