zend-expressive-authentication
zend-expressive-authentication copied to clipboard
Authentication middleware for Expressive and PSR-7 applications
This PR is a work in progress to solve the issue about OAuth2 client authentication reported in https://github.com/zendframework/zend-expressive-authentication-oauth2/pull/55. The idea is to use a general `IdentityInterface` as follows: ```php namespace...
Throw an exception when we find out that execute() did not work. Since execute() returns false when there is an error we can bubble this up to let the user...
As suggested in #31, we need to write a recipe to extract HTTP data from the request, if authenticated.