Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0xc7r/simple-php-key-authenticator
A simple, pure, php project that will check if an inputted key is valid or not and return a json message depending on the result.
https://github.com/0xc7r/simple-php-key-authenticator
auth authentication authentication-backend authorization key keyauth keyauth-example php php-framework php8 website
Last synced: about 2 months ago
JSON representation
A simple, pure, php project that will check if an inputted key is valid or not and return a json message depending on the result.
- Host: GitHub
- URL: https://github.com/0xc7r/simple-php-key-authenticator
- Owner: 0XC7R
- License: mit
- Created: 2024-11-11T17:52:17.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-11-11T18:00:00.000Z (about 2 months ago)
- Last Synced: 2024-11-11T19:17:58.080Z (about 2 months ago)
- Topics: auth, authentication, authentication-backend, authorization, key, keyauth, keyauth-example, php, php-framework, php8, website
- Homepage:
- Size: 1.95 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Simple-php-key-authenticator
A simple, pure, php project that will check if an inputted key is valid or not and return a json message depending on the result.# Features
- Connects to a local sql db
- Secure from common attacks like sql injection
- No backends included or third party packages
- Straight php
- Easy to read code
- Easy to configurate![1](./git/1.png)
![2](./git/2.png)
![3](./git/3.png)
![4](./git/4.png)