This class can be used to manage accounts of users of multiple sites.
It can perform operations to manage user accounts like creating accounts and authenticating an user account with a given password.
The user account data is stored in a MySQL database.
| Not yet rated by the users |
| Class |
Dependency |
Why it is needed |
| .passport Client |
Required |
This Script is the only script that can communicate to the server via the same encryption |
No application links were specified for this class.

If you know an application of this package, send a message to the
author to add a link here.
| File |
Role |
Description |
create.php |
Example |
Lets users Create accounts |
login.php |
Example |
Handles the login scripts for the Server |
server.cls.php |
Class |
The Main Class file used as the server |