library authmiddleware
Authentication Middleware for Slim PHP. Made for Mxious-src.
alphasquare/authmiddleware
Authentication Middleware for Slim PHP. Made for Mxious-src.
- Friday, January 30, 2015
- by Alphapixels
- Repository
- 3 Watchers
- 0 Stars
- 5 Installations
- PHP
- 0 Dependents
- 0 Suggesters
- 0 Forks
- 0 Open issues
- 1 Versions
- 0 % Grown
AuthenticationMiddleware
Authentication Middleware for Slim PHP framework, built for Mxious., (*1)
Installation
composer require "alphasquare/authmiddleware"
Usage
Add the middleware.:, (*2)
$app->add(new \Auth\AuthMiddleware);
Then pass requests to it using the jeremykendall/query-auth documentation instructions.
This takes care of authenticating all requests.
All requests will be authenticated., (*3)
dev-master
9999999-dev
Authentication Middleware for Slim PHP. Made for Mxious-src.
Sources
Download
The Requires
by
Sergio Diaz