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
Trying to debuging why JWTTokenManager->createFromPayload returning an empty string, we found that there was an issue in LcobucciJWSProvider::getSignedToken
But this issue is ignored (try / catch and ignored InvalidArgumentException)
As the issue was founded (issue in the key pair), but it should result to an error, not just an empty token
The text was updated successfully, but these errors were encountered:
neilime
changed the title
LcobucciJWSProvider is ignoring a InvalidArgumentException
LcobucciJWSProvider is ignoring an "InvalidArgumentException"
Jul 30, 2024
Hi,
Trying to debuging why
JWTTokenManager->createFromPayload
returning an empty string, we found that there was an issue in LcobucciJWSProvider::getSignedTokenBut this issue is ignored (try / catch and ignored InvalidArgumentException)
LexikJWTAuthenticationBundle/Services/JWSProvider/LcobucciJWSProvider.php
Line 103 in ab7493d
As the issue was founded (issue in the key pair), but it should result to an error, not just an empty token
The text was updated successfully, but these errors were encountered: