What GianArb means is that you can retrieve `my_auth_service` and play around with it. The identity helper depends on it, so you may need to check what it's state is.
Marco Pivetta http://twitter.com/Ocramius http://ocramius.github.com/ On 22 April 2013 12:00, GianArb [via Zend Framework Community] < [email protected]> wrote: > Into the view helper you can resume my_auth_service > > 'aliases' => array( > > 'Zend\Authentication\AuthenticationService' => '* > my_auth_service*', > ), > > and check identity in this Object > > > 2013/4/22 Nizzre [via Zend Framework Community] <[hidden > email]<http://user/SendEmail.jtp?type=node&node=4659822&i=0> > > > >> Thx, now works, but $this->identity() returns no value, >> Do you know why $this->identity() not contain authentication data? >> >> ------------------------------ >> If you reply to this email, your message will be added to the >> discussion below: >> >> http://zend-framework-community.634137.n4.nabble.com/Checking-identity-by-Identity-Helper-tp4659819p4659821.html >> To start a new topic under Zend Framework, email [hidden >> email]<http://user/SendEmail.jtp?type=node&node=4659822&i=1> >> To unsubscribe from Zend Framework Community, click here. >> NAML<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> >> > > > > -- > Gianluca Arbezzano > www.gianarb.it > Gianluca Arbezzano aka GianArb > www.gianarb.it > > > ------------------------------ > If you reply to this email, your message will be added to the discussion > below: > > http://zend-framework-community.634137.n4.nabble.com/Checking-identity-by-Identity-Helper-tp4659819p4659822.html > To start a new topic under Zend Framework, email > [email protected] > To unsubscribe from Zend Framework Community, click > here<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=634137&code=b2NyYW1pdXNAZ21haWwuY29tfDYzNDEzN3wxNzE0OTI1MTk4> > . > NAML<http://zend-framework-community.634137.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml> > -- View this message in context: http://zend-framework-community.634137.n4.nabble.com/Checking-identity-by-Identity-Helper-tp4659819p4659823.html Sent from the Zend Framework mailing list archive at Nabble.com.
