Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Authentication in zend framework 2

I am going to write an Authentication module using the Zend Framework 2. To help me with this process, I found this tutorial in the web. However, when I run this module, it shows this message:

Class Zend\Authentication\Adapter\AdapterChain does not exist

What is the meaning of this message?

Additionally, do you know of a Zend Framework 2 Authentication tutorial I could use for assisstance as I write my own?

like image 556
mohsen Avatar asked Apr 10 '12 10:04

mohsen


2 Answers

Look at ZFC-Common's ZfcAcl.

like image 137
Rob Allen Avatar answered Sep 23 '22 02:09

Rob Allen


you can create your own customized plugin in zf2 something like this Acl implimentation in ZF2

like image 24
Developer Avatar answered Sep 20 '22 02:09

Developer