Download the PHP package aptenex/oauth2-client-middleware without Composer
On this page you can find all versions of the php package aptenex/oauth2-client-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download aptenex/oauth2-client-middleware
More information about aptenex/oauth2-client-middleware
Files in aptenex/oauth2-client-middleware
Download aptenex/oauth2-client-middleware
More information about aptenex/oauth2-client-middleware
Files in aptenex/oauth2-client-middleware
Vendor aptenex
Package oauth2-client-middleware
Short Description OAuth2 PSR7 middleware for league/oauth2-client
License MIT
Package oauth2-client-middleware
Short Description OAuth2 PSR7 middleware for league/oauth2-client
License MIT
Please rate this library. Is it a good library?
Informations about the package oauth2-client-middleware
OAuth2 client middleware for league/oauth2-client
PSR7 middleware that uses league/oauth2-client to authenticate requests with an OAuth2 server.
Installation
Usage
The current implementation indirectly depends on Guzzle 6 because it's a direct dependency of league/oauth2-client
.
Using Guzzle:
Caching the Access Token
A callback can be assigned to the middleware in order to save the access token for future use. Make sure you know about the security implications of storing an access token (do it at your own risk).
Example:
License
MIT - see LICENSE.md
All versions of oauth2-client-middleware with dependencies
PHP Build Version
Package Version
Requires
php Version
>=7.0.0
league/oauth2-client Version ^1.2.0|^2.2.0
beberlei/assert Version ^3.2.0
league/oauth2-client Version ^1.2.0|^2.2.0
beberlei/assert Version ^3.2.0
The package aptenex/oauth2-client-middleware contains the following files
Loading the files please wait ....