This repository was archived by the owner on Aug 17, 2025. It is now read-only.
phly-expressive-oauth2clientauthentication 0.2.1
Added
- Nothing.
Changed
- Nothing.
Deprecated
- Nothing.
Removed
- Nothing.
Fixed
- Fixes how the callback factory produces a pipeline. Instead of using an
Applicationinstance derived from theApplicationFactory(which will
receive a shared route collector and shared middleware), it now produces a
MiddlewarePipeinstance into which it pipes the various middleware. It also
creates a new router, based on the type returned from the container (it
assumes no constructor arguments are necessary), and passes that to a new
RouteMiddlewareinstance to ensure it is sandboxed from the main
application.