Re: Best authentication method for user

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Hi Alain.

On the authentication front, you can use HTTP basic authentication for this kind of thing too - and it means you're not having to re-invent the wheel in a lot of ways. The Auth_HTTP PEAR module makes this pretty simple to implement:
http://pear.php.net/package/Auth_HTTP/

You can integrate you're own authentication mechanisms (i.e. DB stored passwords, LDAP authentication, whatever you like really) quite easily.

Permissions systems are harder to implement. The PEAR LiveUser package is attempting to make this a bit easier too:
http://pear.php.net/package/LiveUser/

HTH. Grant

--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[Index of Archives]     [PHP Home]     [Apache Users]     [PHP on Windows]     [Kernel Newbies]     [PHP Install]     [PHP Classes]     [Pear]     [Postgresql]     [Postgresql PHP]     [PHP on Windows]     [PHP Database Programming]     [PHP SOAP]

  Powered by Linux