A class provided by the Zend Framework, an open source, object oriented PHP5 framework provided by Zend. Zend Auth provides helper functions to authenticate site visitors against various sources.
Overview
Zend_Auth provides an API for authentication and includes concrete authentication adapters for common use case scenarios.
Zend_Auth is concerned only with authentication and not with authorization. Authentication is loosely defined as determining whether an entity actually is what it purports to be (i.e., identification), based on some set of credentials. Authorization, the process of deciding whether to allow an entity access to, or to perform operations upon, other entities is outside the scope of Zend_Auth.
Questions that should be tagged with zend-auth
- Authenticating a user against with Zend Framework.
- Various ways to integrate Zend_Auth with Zend_Acl.
- Different types of backend authentications that can be used with Zend_Auth.
- Zend_Auth and questions having to do with PHP sessions.
To learn more, visit:
http://framework.zend.com/manual/en/zend.auth.introduction.html