Skip to content

Conversation

@demeyerthom
Copy link
Member

This pull request addresses an issue with how the refresh token cookie was being cleared in the @labdigital/federated-token package. The main change ensures that the cookie is now cleared using the public domain instead of the private domain, which resolves problems with cookie removal.

Bug Fixes:

  • Updated the deleteRefreshToken method in cookies-base.ts to use getPublicDomain instead of getPrivateDomain when clearing the refresh token cookie, ensuring proper cookie removal.

Release Notes:

  • Added a changeset documenting the major fix for the refresh token cookie domain issue in @labdigital/federated-token.

@changeset-bot
Copy link

changeset-bot bot commented Nov 5, 2025

🦋 Changeset detected

Latest commit: cad24f9

The changes in this PR will be included in the next version bump.

This PR includes changesets to release 5 packages
Name Type
@labdigital/federated-token Major
@labdigital/federated-token-apollo Major
@labdigital/federated-token-express-adapter Major
@labdigital/federated-token-fastify-adapter Major
@labdigital/federated-token-yoga Major

Not sure what this means? Click here to learn what changesets are.

Click here if you're a maintainer who wants to add another changeset to this PR

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

Successfully merging this pull request may close these issues.

2 participants