1.4.0
Release Notes for 1.4.0
Changed
This release modifies the BasicAccess
class to allow receiving either a callable factory that will generate an empty PSR-17 response OR a PSR-17 ResponseFactoryInterface
instance. In the case of the callable factory, internally it will now be wrapped in a decorator that implements ResponseFactoryInterface
.
This change means that if a PSR-17 ResponseFactoryInterface
service is configured in your application, it will now be used to generate unauthorized responses.
1.4.0
- Total issues resolved: 1
- Total pull requests resolved: 3
- Total contributors: 3