News Feed
Jobs Feed
Sections




News Archive
Adam Jensen's Blog:
Flexible User Authentication with Zend_Auth
April 10, 2009 @ 07:56:35

Adam Jensen has written up a new article today on how you can use the Zend_Auth component of the Zend Framework to authenticate your users in a few different ways based on a strategy selected.

For this example, we're going to allow our users to authenticate in one of multiple ways: e.g., against a database table, against an LDAP server, or by OpenID [1]. Zend_Auth already provides the necessary authentication adapters, so what we'll be concerned with here is how to implement all three systems without ending up in an FSUC situation.

He defines the code for the basic controller and a simple view that allows the user to select how they want to log in - email/password, username/password or OpenID. The model does all of the heavy lifting by letting the controller set the authentication type (strategy) and pulling in the correct Zend_Form instance along with its validation rules. Code is also included for the model and each of these.

2 comments voice your opinion now!
flexible user authentication zendauth zendframework email password username openid


blog comments powered by Disqus

Similar Posts

Zend Developer Zone: php|architect Announces 'Programming with the Zend Framework'

DevShed: A Basic Monitoring Engine in PHP

Chris Shiflett's Blog: Allowing HTML and Preventing XSS

Padraic Brady's Blog: Zend Framework Page Caching: Part 3: Tagging For Static File Caches

PHP Zurich: Meeting Details - March 14th, 2006 @ 6:30pm


Community Events









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


tool interview podcast release unittest api testing code composer object introduction zendframework2 phpunit development framework database community opinion language example

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