JWTRefreshTokenBundle
JWTRefreshTokenBundle copied to clipboard
fix: add parameter `partitioned` to clear a cookie on logout
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.