https://github.com/gemblue/micro-auth
PHP auth and authorization in a single PHP file. Inspired by https://www.adminer.org/
https://github.com/gemblue/micro-auth
Last synced: 11 months ago
JSON representation
PHP auth and authorization in a single PHP file. Inspired by https://www.adminer.org/
- Host: GitHub
- URL: https://github.com/gemblue/micro-auth
- Owner: gemblue
- Created: 2016-09-08T04:08:13.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2020-05-28T05:24:15.000Z (about 6 years ago)
- Last Synced: 2025-03-05T20:57:06.362Z (over 1 year ago)
- Language: PHP
- Homepage:
- Size: 6.84 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### What Is
PHP auth and authorization in a single PHP file. Inspired by https://www.adminer.org/
### Feature
- Register
- Update
- Login check
- User check
- Forgot password handle
- Session handle
- User type check
- Logout handle
- User log
- Failed attempt log.