OpenID component for CakePHP

OpenID component is CakePHP component to make it easier to integrate OpenID into your applications. It requires PHP5 and CakePHP 1.2/1.3, and it depends on the (open source) PHP OpenID library by JanRain. This component need the curl and openssl extensions are enabled in your PHP installation, or else OpenIDs using https (e.g. Google’s OpenID) will cause an “Invalid OpenID” error.

cakephp openid 600x236 OpenID component for CakePHP

Please note that the PHP OpenID library doesn’t yet work on PHP 5.3, though a modified version by Miguel Santirso seems to work.

Download: http://code.42dh.com/openid/
License: MIT license.

Incoming search terms for the article:

Related Posts

Read/Write An XML File Using CakePHP 1.3

Haml, Sass, Markdown, and CakePHP – Oh My!

Sluggable Behavior - Generate Unique Slug In CakePHP

CakePHP - jQuery Autocomplete Tutorial