zend-expressive-authentication icon indicating copy to clipboard operation
zend-expressive-authentication copied to clipboard

Authentication middleware for Expressive and PSR-7 applications

Results 3 zend-expressive-authentication issues
Sort by recently updated
recently updated
newest added
trafficstars

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...

BC Break

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.

documentation