Skip to content

phly-expressive-oauth2clientauthentication 0.2.1

Compare
Choose a tag to compare
@weierophinney weierophinney released this 28 Mar 21:58
· 20 commits to master since this release

Added

  • Nothing.

Changed

  • Nothing.

Deprecated

  • Nothing.

Removed

  • Nothing.

Fixed

  • Fixes how the callback factory produces a pipeline. Instead of using an
    Application instance derived from the ApplicationFactory (which will
    receive a shared route collector and shared middleware), it now produces a
    MiddlewarePipe instance 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
    RouteMiddleware instance to ensure it is sandboxed from the main
    application.