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
In case InvalidArgumentException was thrown the token will be casted to '' and second argument will be true so the empty token will be considered as properly formed and signed.
The text was updated successfully, but these errors were encountered:
This is unlikely a security vulnerability but rather bad coding: https://github.com/lexik/LexikJWTAuthenticationBundle/blob/3.x/Services/JWSProvider/LcobucciJWSProvider.php#L103-L106
In case
InvalidArgumentException
was thrown the token will be casted to''
and second argument will betrue
so the empty token will be considered as properly formed and signed.The text was updated successfully, but these errors were encountered: