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

DevShed: Embedding Model Data in Views with CodeIgniter

Rob Allen's Blog: Simple Zend_Layout Example

Zend Developer Zone: PHP/ZendCon Trivia on twitter

Benjamin Eberlei's Blog: Using a Dependency Injection Container with Zend_Application

Anthony Ferrara's Blog: Properly Salting Passwords, The Case Against Pepper


Community Events











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


symfony2 usergroup language development series phpunit google database rest zendframework2 testing functional conference podcast release interview introduction opinion framework community

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