title | issue |
---|---|
Update league/oauth2-server dependency |
NEXT-16841 |
- Changed version of
league/oauth2-server
to at least 8.3.2. - Changed
\Shopware\Core\Framework\Api\OAuth\ClientRepository::getClientEntity()
to return null, which will result in the oAuth library raising anOAuthServerException::invalidClient()
exception, instead of raising anOAuthServerException::invalidCredentials()
manually.