Posts Tagged 'Application Authentication'

Authentication service

This is a followup to my previous post “ZF Authentication using Doctrine“. After posting my implementation of using a ZendX doctrine auth adapter. I got some feedback from Jon Lebensold from ZendCasts. The issue raised is that my implementation makes the controller fat, which is considered as a bad practice. I cannot agree more on [...]

26 January 2010 at 20:22 - Comments
Martín
Hi, yes I saw what @dave found, I will try tomorrow. Greetings and thank you.
3 February 10 at 08:23
Martín
Hi @jim, I probe what @dave found and everything is ok, the problem was in that line. Thank you !!!
4 February 10 at 02:59

ZF authentication using Doctrine

Edit: There’s a follow up article http://blog.elinkmedia.net.au/2010/01/26/auth-service/ As one of my everyday morning tasks, I just checked the rss feeds from my news reader. Interesting enough, one of my favourite blog authors, Jon Lebensold from ZendCasts, just published a new post on “Writing a Zend_Auth_Adapter with Doctrine“. The issue that we are trying to solve is to [...]

24 January 2010 at 09:27 - Comments
@Martín I've not tested with Jon's approach. The reason I like using the ZendX library is that when the integration ...
2 February 10 at 09:37
@Martín I just tested the sample app downloaded from ZendCasts. The login identity does NOT persist when I make a ...
2 February 10 at 11:05