Download the PHP package crtl/slim-auth-middleware without Composer
On this page you can find all versions of the php package crtl/slim-auth-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download crtl/slim-auth-middleware
More information about crtl/slim-auth-middleware
Files in crtl/slim-auth-middleware
Download crtl/slim-auth-middleware
More information about crtl/slim-auth-middleware
Files in crtl/slim-auth-middleware
Vendor crtl
Package slim-auth-middleware
Short Description Simple Middleware for custom authorization.
License Apache-2.0
Package slim-auth-middleware
Short Description Simple Middleware for custom authorization.
License Apache-2.0
Please rate this library. Is it a good library?
Informations about the package slim-auth-middleware
Slim Authorization Middleware
This package provides a basic middleware to implement authorization of any type.
Installation
Usage
The package already comes with a prebuild implementation for HTTP-Basic Authroziation.
If the request is authorized the app will call the next middleware. Otherwise Crtl\AuthorizationMiddleware\AbstractAuthorization::getErrorResponse
will be called.
To implement a custom authorization just extend Crtl\AuthorizationMiddleware\AbstractAuthorization
and implement the
protected isAuthorized() : bool
method.
All versions of slim-auth-middleware with dependencies
PHP Build Version
Package Version
The package crtl/slim-auth-middleware contains the following files
Loading the files please wait ....