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
The problem if left part of expression is false, then right part of expression ll be used. This way if default value is true it cannot be overridden to false.
How to reproduce:
Expected result:
Actual result:
The bug is located in file Security/Http/Cookie/JWTCookieProvider.php at line 74. https://github.com/lexik/LexikJWTAuthenticationBundle/blob/v3.1.1/Security/Http/Cookie/JWTCookieProvider.php#L74
The problem if left part of expression is false, then right part of expression ll be used. This way if default value is true it cannot be overridden to false.
The correct code is:
The text was updated successfully, but these errors were encountered: