myonlinestore/guzzle-authorization-middleware

Guzzle Authorization Middleware

Installs: 148 841

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 3

Forks: 0

Open Issues: 1

pkg:composer/myonlinestore/guzzle-authorization-middleware

1.3.0 2022-05-16 12:04 UTC

README

Build Status Coverage Status

Middleware that adds an Authorization bearer header to the request. The bearer token will be provided via a TokenManagerInterface implementation.

Requirements

An implementation for MyOnlineStore\GuzzleAuthorizationMiddleware\TokenManager\UriProviderInterface must be provided. This implementation must return an UriInterface with the uri to fetch the bearer token.