Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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.

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)