This class can manage accounts and authenticate users.
It can perform several types of operations to manage the records of users stored in a MySQL database (accessed using the MySQLi extension) like creating user accounts, activate accounts, change the user e-mail address or the password, and remove accounts.
The class can also authenticate an user with a given password, create user sessions, delete sessions, get the session information, check if the session is valid, manage failed login attempts.
|
Screenshots |
|
|
Applications that use this package |
|
|
Auth Demo A quick demo of the class that I set up |
If you know an application of this package, send a message to the author to add a link here.
|
Files |
|