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

This issue lists Renovate updates and detected dependencies. Read the [Dependency Dashboard](https://docs.renovatebot.com/key-concepts/dashboard/) docs to learn more.[View this repository on the Mend.io Web Portal](https://developer.mend.io/github/mezzio/mezzio-authentication-oauth2). ## Awaiting Schedule The following updates are...

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [psalm/plugin-phpunit](https://togithub.com/psalm/psalm-plugin-phpunit) | `^0.18.0` -> `^0.19.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/psalm%2fplugin-phpunit/0.19.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

renovate

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [laminas/laminas-diactoros](https://laminas.dev) ([source](https://togithub.com/laminas/laminas-diactoros)) | `^2.20.0` -> `^3.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/laminas%2flaminas-diactoros/3.3.1?slim=true)](https://docs.renovatebot.com/merge-confidence/) |...

renovate

[![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [phpunit/phpunit](https://phpunit.de/) ([source](https://togithub.com/sebastianbergmann/phpunit)) | `^9.5.26` -> `^11.0.0` |...

renovate
stop-updating

This PR contains the following updates: | Update | Change | |---|---| | lockFileMaintenance | All locks refreshed | 🔧 This Pull Request updates lock files to use the latest...

renovate

This PR contains the following updates: | Package | Change | Age | Adoption | Passing | Confidence | |---|---|---|---|---|---| | [psr/http-message](https://togithub.com/php-fig/http-message) | `^1.0.1` -> `^1.0.1 \|\| ^2.0.0` | [![age](https://developer.mend.io/api/mc/badges/age/packagist/psr%2fhttp-message/2.0?slim=true)](https://docs.renovatebot.com/merge-confidence/)...

renovate

Bumps [laminas/laminas-diactoros](https://github.com/laminas/laminas-diactoros) from 2.24.0 to 2.24.2. Release notes Sourced from laminas/laminas-diactoros's releases. 2.24.1 Release Notes for 2.24.1 2.24.x bugfix release (patch) 2.24.1 Total issues resolved: 0 Total pull requests resolved:...

dependencies

### Bug Report | Q | A |------------ | ------ | mezzio/mezzio-authentication-oauth2 | 2.5.0 I think this issue is still present in mezzio/mezzio-authentication-oauth2 in 2.8.0 Aditional info: | league/event |...

Bug

I used the script at /data/oauth2.sql to create the database model. Here I find the following table definition: CREATE TABLE `oauth_access_tokens` ( ... `user_id` int(10) DEFAULT NULL, `client_id` int(10) NOT...

Mention the requirement for Body Parsing Middleware when parsing application/json requests | Q | A |-------------- | ------ | Documentation | yes | Bugfix | no | BC Break |...

Documentation
Enhancement