Forum Moderators: coopster

Message Too Old, No Replies

PHP Based Permission System

         

Lerris

5:22 pm on Oct 11, 2006 (gmt 0)

10+ Year Member



Can anyone recommend a drop-php in permission system that can be quickly added to a site for user authentication?

I have run into a few, but wanted to know from some of the more experienced developers here if there are any that are known to tbe the best? Would consider commercial products if they exist.

jatar_k

5:26 pm on Oct 11, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



I don't know any drop in ones unless they are bundled with other products

I don't think I would trust a drop in one anyway, too many variables for any particular site.

If you wanted a thread showing the basics we have this
PHP User Authentication and Passwords [webmasterworld.com]

coopster

7:26 pm on Oct 12, 2006 (gmt 0)

WebmasterWorld Administrator 10+ Year Member



Welcome to WebmasterWorld, Lerris.

I agree with jatar_k when it comes to security/authentication -- call it paranoia or otherwise but I would rather roll my own code when it comes to these areas. However, I know that PEAR has authentication [pear.php.net] packages and you'll likely find many others out there in the open source repositories. Just make sure you can trust your resource whatever you decide.