NYCPHP Meetup

NYPHP.org

[nycphp-talk] Login manager?

Jayesh Sheth jayeshsh at ceruleansky.com
Sun Apr 3 11:36:34 EDT 2005


Hello Adam,

I usually use the PEAR Auth library for authentication:
http://pear.php.net/package/Auth

It is not an end-to-end system with a user-interface, but it is a library
that provides the core login functionality required for an authentication.
It also has various 'containers' or 'drivers' for checking login
credentials against a database, LDAP, POP3, IMAP, SOAP, etc. So, you could
authenticate users using an existing, external system too, if so desired.

Best regards,

- Jay Sheth



More information about the talk mailing list