Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 409 Bytes

File metadata and controls

15 lines (10 loc) · 409 Bytes

AuthenticationMiddleware

Authentication Middleware for Slim PHP framework, built for Mxious.

Installation

composer require "alphasquare/authmiddleware"

Usage

Add the middleware.:

$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.