JWTRefreshTokenBundle icon indicating copy to clipboard operation
JWTRefreshTokenBundle copied to clipboard

fix: add parameter `partitioned` to clear a cookie on logout

Open misaert opened this issue 1 year ago • 0 comments

Related PR:

  • https://github.com/markitosgv/JWTRefreshTokenBundle/pull/368
  • https://github.com/symfony/symfony/pull/53703

This PR is the continuation of https://github.com/markitosgv/JWTRefreshTokenBundle/pull/368 with adding the parameter partitioned to clear a cookie on logout. It will be possible after the merge of https://github.com/symfony/symfony/pull/53703 on the Symfony project.

It is useful because a cookie created with the parameter partitioned can be deleted only if we define it on clear too.

misaert avatar Jan 31 '24 14:01 misaert