ZF Authentication
From Triangle Wiki
AuthenticationAuthentication basically covers the following requirements:
We will be utilising the following Zend Packages: Authentication AdapterWe use an adaptor Authentication Adapters to authenticate the user against our desired storage. Triangle will always use either the: Login FormTriangle uses the Helpers_LoginForm class to produce a form where a user can enter an Email and Password combination. Login ControllerTriangle has provided a Module - Users, to handle all actions based around user activity, this included login, lost details and updating details. A typical user flow for logging into a site is:
The LoginController makes use of the chosen authentication adapter, as well as the login form. When we have valid credentials, we'll pass them to our authentication adapter. External Links |
Navigation
Edit Navigation |
Categories: Admin | PHP | Programming

