Download the PHP package somoza/oauth2-client-middleware without Composer
On this page you can find all versions of the php package somoza/oauth2-client-middleware. It is possible to download/install these versions without Composer. Possible dependencies are resolved automatically.
Table of contents
Download somoza/oauth2-client-middleware
More information about somoza/oauth2-client-middleware
Files in somoza/oauth2-client-middleware
Download somoza/oauth2-client-middleware
More information about somoza/oauth2-client-middleware
Files in somoza/oauth2-client-middleware
Vendor somoza
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
Abandoned
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 ^2.7
league/oauth2-client Version ^1.2.0|^2.2.0
beberlei/assert Version ^2.7
The package somoza/oauth2-client-middleware contains the following files
Loading the files please wait ....