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.
|
|
| Name: |
Auth Class |
| Base name: |
authclass |
| Description: |
Manage accounts and authenticate users |
| Version: |
- |
| PHP version: |
5.0 |
| License: |
GNU General Public License (GPL) |
| All time users: |
1359 users |
| All time rank: |
2507 |
| Week users: |
8 users |
| Week rank: |
273  |
| |
|
| Ratings | Utility |
Consistency |
Documentation |
Examples |
Tests |
Videos |
Overall |
Rank |
| All time: |
Good (80.0%) |
Good (80.0%) |
Sufficient (65.0%) |
- |
- |
- |
Not sure (54.5%) |
1225 |
| Month: |
Not yet rated by the users |
| |
Applications that use this class |
|
|
| Link |
Description |
| 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.
| Link |
Description |
| Github Project Page |
The Github repository for this class, updated more than PHPClasses project |
| |
Files |
|
|