Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

PHP library for openID [closed]

Tags:

Which is the best PHP library for openID integration?

like image 689
Sabya Avatar asked Dec 23 '08 12:12

Sabya


People also ask

Is OpenID deprecated?

Yes, OpenID is an obsolete standard that is no longer supported by the OpenID Foundation.

Is OpenID Connect open source?

OpenID was created in the summer of 2005 by an open source community trying to solve a problem that was not easily solved by other existing identity technologies.

What problem does OpenID Connect?

What problem does OpenID Connect solve? It lets app and site developers authenticate users without taking on the responsibility of storing and managing passwords in the face of an Internet that is well-populated with people trying to compromise your users' accounts for their own gain.

Is OpenID Connect Safe?

Conclusion. OpenID Connect, its predecessors, and other public-key-encryption-based authentication frameworks guarantee the security of the complete internet by having the responsibility for user identity verification in the hands of the most trusted and reliable service providers.


2 Answers

For PHP, I find Zend Framework OpenID Component to be really good.

You can also see all available OpenID libraries at this link

like image 199
M.N Avatar answered Nov 11 '22 17:11

M.N


The PHP OpenID library is good.

like image 43
Galwegian Avatar answered Nov 11 '22 15:11

Galwegian