Login and Authentication with Zend Framework Tutorial
p. Matthew Weier O’Phinney (Master of the ZF-MVC) has posted a great tutorial on using the Zend_Auth and Zend_Form together to build a login form with identity persistence. Ever the creative writer, Matthew has titled his new tutorial “Login and Authentication with Zend Framework”:http://weierophinney.net/matthew/archives/165-Login-and-Authentication-with-Zend-Framework.html.
bq. I’ve fielded a number of questions from people wanting to know how to handle authentication and identity persistence in Zend Framework. The typical issue is that they’re unsure how to combine:
* An authentication adapter
* A login form
* A controller for login/logout actions
* Checking for an authenticated user in subsequent requests
It’s not terribly difficult, but it does require knowing how the various pieces of the MVC fit together, and how to use Zend_Auth. Let’s take a look.
p. As you would expect from Matthew, the writing is clear and easy to understand and is sprinkled liberally with code. It’s so good in fact that it would have made a great article for DevZone, if Matthew hadn’t already posted it on his “blog”:http://weierophinney.net/matthew/.
p. If you are working with “Zend Framework”:http://framework.zend.com then this is a must read tutorial.


2 comments to “Login and Authentication with Zend Framework Tutorial”
May 13th, 2008 at 1:15 pm
Bonjour,
La version francaise de cette article peut etre trouvee a l’adresse suivante : http://blog.itanea.com/index.php/2008/05/04/login-et-authentification-avec-le-zend-framework/
Cordialement,
Frederic Blanc
—————–
Hello,
You can find the french version of this article is here :
http://blog.itanea.com/index.php/2008/05/04/login-et-authentification-avec-le-zend-framework/
Bests regards,
Frederic Blanc
August 10th, 2009 at 8:56 am
http://weierophinney.net/matthew/archives/165-Login-and-Authentication-with-Zend-Framework.html