Looking for a PHP auth class. I have tried quite a few, but for some reason none of them really fulfills my needs.
- Mysql, and just a few files to include. No dependency on some adobd class or anything like that that gives me access to lots of databases that I'll never switch to. I don't like including 100's of K's of data in every page for something I really don't need. So classes that require lots of other classes to be included are out.
- easy to use: easy to log user in, out, check for login. I can point it to an existing user table (I don't want it to use its own tables), ...
- "remember me" checkbox function and "forgot password" function.
- stable and mature.
A decent auth class in PHP is like sortable tables in HTML - it seems like someone should have done a decent version after all these years, but maybe they haven't.