| Active Users: |
32 |
| Accounts: |
1 |
| Guests: |
31 |
|
Nwim |
| Number of listings: |
4 |
| Number of categories: |
0 |
|
|
|
|
|
Zend Auth
|
Ce tutoriel est un exemple d'utilisation pour une authentification simple avec un login et un mot de passe. Il montre les points suivants :
* création d'un adaptateur (utilisation de Zend_Auth_Result et Zend_Auth_Adapter_Interface)
* utilisation de Zend_Auth
* identification avec login/password
* sauvegarde en session
* logoff
Ce code est épuré au maximum pour se concentrer sur Zend_Auth. Pour des raisons de sécurité, il faudrait valider avec Zend_Validate les données POST et GET envoyées au controller.
http://www.kitpages.fr/zf_zendAuth.php
PageRank: Not available
(Clicks: 364;
Comments: 0;
Listing added: Aug 3, 2007)
|
|
Demonstrates how to use ADODB with Zend_Auth by creating a custom Zend_Auth_Adapter class.
http://my.opera.com/zomg/blog/2007/04/30/using-adodb-with-zend-auth-and-zend-auth-adapter
PageRank: Not available
(Clicks: 541;
Comments: 0;
Listing added: Apr 30, 2007)
|
|
This tutorial is intended to give a very basic introduction to using Zend_Auth for authentication of users. It builds on the Getting Started with the Zend Framework tutorial, so please read that one first!
http://akrabat.com/zend-auth-tutorial/
PageRank: 4/10
(Clicks: 3110;
Comments: 0;
Listing added: Mar 25, 2007)
|
|
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.
http://framework.zend.com/manual/en/zend.auth.html
PageRank: 6/10
(Clicks: 899;
Comments: 0;
Listing added: Feb 24, 2007)
|
|
|
|
|
|
|
|
|
|