This is a simple library for adding authentication feature to php apps.
Storage: All user details are stored in a sqlite database "users.db".
API
- udb.php file has the API for managing the user database.
- api.php provides the web API for managing the user database.
- Admin can modify users.
Usage: Simply drop the folder your project and include 'udb.php'.
The setup.php files sets up the blank user database with one admin user.