News Feed
Jobs Feed
Sections




News Archive
AOL Developer Network:
A Primer for OpenID with PHP
September 12, 2008 @ 14:28:32

On the AOL Developer Network Jack Herrignton has posted an introduction to OpenID and how you can use it in your PHP application.

OpenID is another one of those "cool technologies you've never heard of" type of deals. OpenID is an open source initiative that provides a way for Web users to register their identity in one place and then use that identity anywhere on the Web that supports OpenID. [...] Before getting an OpenID, though, I should point out that it's not required that you run an OpenID provider to OpenID-enable your application. In fact, no special software or service is required in your Web application. The only requirement is that your Web server programming language be able to make HTTP requests of the OpenID provider, which is something all of them can do.

Once you have your OpenID account set up, his simple script, making use of the ability that any version of PHP has to open URLs, can authenticate off of a remote OpenID service - that has the cURL extension compiled in.

0 comments voice your opinion now!
openid curl authenticate tutorial developer


blog comments powered by Disqus

Similar Posts

Paul Jones' Blog: TypeKey and Big-Number Math: Yay Wez!

Job Posting: Tenbelowzero Seeks Senior PHP Developer (Oakville, Ontario)

Fabien Potencier's Blog: Create your own framework... on top of the Symfony2 Components (part 11)

Robert Basic's Blog: Styling the default Zend_Form layout

Gonzalo Ayuso: Combining Zend Framework2 and Symfony2 components with Composer to build PHP projects


Community Events











Don't see your event here?
Let us know!


zendframework2 series podcast introduction phpunit example tool testing opinion functional interview framework release language unittest conference community application development code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework