You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We encountered an error after upgrading the league/oauth2-client library from version 2.7.0 to version 2.8.0. The error occurs when running a command that interacts with a third-party service to retrieve a token.
Steps to reproduce:
Use version 2.8.0 of the library.
Execute a request to a third-party service to retrieve a token using the following method:
With version 2.7.0, the command works correctly and retrieves a valid token.
Actual behavior:
Starting from version 2.8.0, the described error is triggered.
The text was updated successfully, but these errors were encountered:
Hi All,
We encountered an error after upgrading the league/oauth2-client library from version 2.7.0 to version 2.8.0. The error occurs when running a command that interacts with a third-party service to retrieve a token.
Steps to reproduce:
With version 2.7.0, the command works correctly and retrieves a valid token.
Actual behavior:
Starting from version 2.8.0, the described error is triggered.
The text was updated successfully, but these errors were encountered: