Can anyone recommend a drop-php in permission/authentication 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.
PHP Based Permission/Authentication System
Moderator: General Moderators
There's a few I know of... phpGACL, and then there's Pear's LiveUser. These are the only ones I know of... whichever you end up using, please let us know because I've been looking for one I like for quite a while as well.
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact:
Authentication and authorization systems can be extremely simplified and easy to write. Unless your gearing towards complexity (user permission, groups, etc) I would recommend writting your own. Anything else will likely be overkill.
However, if you are gearing towards complex authorization and authentication, I would recommend what was previously mentioned.
However, if you are gearing towards complex authorization and authentication, I would recommend what was previously mentioned.
- n00b Saibot
- DevNet Resident
- Posts: 1452
- Joined: Fri Dec 24, 2004 2:59 am
- Location: Lucknow, UP, India
- Contact:
- John Cartwright
- Site Admin
- Posts: 11470
- Joined: Tue Dec 23, 2003 2:10 am
- Location: Toronto
- Contact: