mezzio-authentication-oauth2 icon indicating copy to clipboard operation
mezzio-authentication-oauth2 copied to clipboard

OAuth2 (server) authentication middleware for Mezzio and PSR-7 applications.

Results 25 mezzio-authentication-oauth2 issues
Sort by recently updated
recently updated
newest added

### Code to reproduce the issue this method blocks errors from being shown ```php public function authenticate(ServerRequestInterface $request) : ?UserInterface { try { $result = $this->resourceServer->validateAuthenticatedRequest($request); $userId = $result->getAttribute('oauth_user_id', false);...

Sorry for opening this new issue but I really think it's a bug in the oauth2 module or an incomplete documentation. I followed the instructions and figured out my problem:...

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [league/oauth2-server](https://oauth2.thephpleague.com/) ([source](https://redirect.github.com/thephpleague/oauth2-server)) | `^8.3.5` -> `^8.3.5 \|\| ^9.0.0` |...

BC Break
Help Wanted
renovate

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [vimeo/psalm](https://redirect.github.com/vimeo/psalm) | `^5.26.1` -> `^6.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/vimeo%2fpsalm/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/) | [![adoption](https://developer.mend.io/api/mc/badges/adoption/packagist/vimeo%2fpsalm/6.0.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

renovate

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://redirect.github.com/sebastianbergmann/phpunit)) | `^9.6.21` -> `^12.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/phpunit%2fphpunit/12.0.2?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

renovate
stop-updating