Improve watchdog error message.

Created on 29 May 2020, almost 5 years ago
Updated 26 February 2025, about 1 month ago

Often is the debugging of oAuth2 errror messages a pain. Luckly the OAuthServerException class implements a hint, which helps finding the issue with failing oAuth2 requests.

Unfortunatly this hint is not saved to watchdog. I made a patch which also logs the hint:

Before:

League\OAuth2\Server\Exception\OAuthServerException: The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. in League\OAuth2\Server\Exception\OAuthServerException::invalidRequest() (line 126 of /home/lessmess/domains/stage.lessmess.io/www/vendor/league/oauth2-server/src/Exception/OAuthServerException.php).

After:

League\OAuth2\Server\Exception\OAuthServerException: The request is missing a required parameter, includes an invalid parameter value, includes a parameter more than once, or is otherwise malformed. in League\OAuth2\Server\Exception\OAuthServerException::invalidRequest() (line 126 of /home/lessmess/domains/stage.lessmess.io/www/vendor/league/oauth2-server/src/Exception/OAuthServerException.php). Hint: Authorization code has been revoked

I hope this small improvement can be reviewed and commited by a maintainer.

📌 Task
Status

Closed: duplicate

Version

5.0

Component

Code

Created by

🇨🇭Switzerland ayalon

Live updates comments and jobs are added and updated live.
Sign in to follow issues

Comments & Activities

Not all content is available!

It's likely this issue predates Contrib.social: some issue and comment data are missing.

Production build 0.71.5 2024