An open API service indexing awesome lists of open source software.

https://github.com/reactivematter/php-auth

This is a simple library for adding authentication feature to php apps.
https://github.com/reactivematter/php-auth

Last synced: 12 months ago
JSON representation

This is a simple library for adding authentication feature to php apps.

Awesome Lists containing this project

README

          

# PHP - auth
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.