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.
- Host: GitHub
- URL: https://github.com/reactivematter/php-auth
- Owner: ReactiveMatter
- Created: 2022-10-23T13:00:45.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-23T13:11:17.000Z (over 3 years ago)
- Last Synced: 2024-12-31T17:35:21.172Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.