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: 3 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 (7 months ago)
- Default Branch: main
- Last Pushed: 2024-11-27T14:13:44.000Z (6 months ago)
- Last Synced: 2025-01-10T20:45:58.956Z (5 months ago)
- Topics: auth, authentication, authentication-backend, authorization, key, keyauth, keyauth-example, php, php-framework, php8, website
- Language: PHP
- Homepage:
- Size: 62.5 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


