Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JWTCookieProvider::createCookie does not set correct values when some params are provided false #1258

Closed
nuryagdym opened this issue Nov 29, 2024 · 0 comments

Comments

@nuryagdym
Copy link

nuryagdym commented Nov 29, 2024

$secure, $httpOnly, $partitioned params of JWTCookieProvider::createCookie are not used when they are false 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.

nuryagdym pushed a commit to nuryagdym/LexikJWTAuthenticationBundle that referenced this issue Nov 29, 2024
nuryagdym pushed a commit to nuryagdym/LexikJWTAuthenticationBundle that referenced this issue Nov 29, 2024
chalasr added a commit that referenced this issue Dec 14, 2024
…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
@chalasr chalasr closed this as completed Dec 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants