Jump to content

Hunting for the best user authentication class


sKunKbad

Recommended Posts

I have a fairly basic user authentication class that I am working with, but it doesn't do everything I want it to do. It uses a MySQL database for users/passwords. Passwords are encrypted. The session is regenerated for every page. I've been researching security issues and  trying to make sure my class is as secure as possible. I want to make sure only one person can be logged in to an account at a time, and have a good idea of how to do it, but I'd like to see some other really good user authentication classes that people are using. Most of the ones I have seen online are too basic and lack any security, and I'm wondering if anyone can point me to a script or two to check out. I know about the PEAR AUTH package, but I'm looking for non-PEAR classes only.

 

Thank you.

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.