- Issue created by @cspitzlay
- Status changed to Closed: outdated
8 months ago 8:23am 15 March 2024
There is a use of an uninitialized variable in the client validation code.
\Drupal\simple_oauth\Repositories\ClientRepository::validateClient
This is probably due to a coding style mixup.
$client_secret should be $clientSecret as in the method signature.
Use the method parameter.
Closed: outdated
6.0
Code