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
…gs when va… (mustapayev)
This PR was merged into the 3.x branch.
Discussion
----------
fix issue #1258 JWTCookieProvider does set flags cookie flags when va…
fixes issue #1258
Commits
-------
d3650a1 fix issue #1258 JWTCookieProvider does set flags cookie flags when value is false
$secure, $httpOnly, $partitioned params of
JWTCookieProvider::createCookie
are not used when they arefalse
because of condition used.issue exist on both 2.x and 3.x version.
Opened MR for 3.x branch, can also open another mr for 2.x if neccessary.
The text was updated successfully, but these errors were encountered: