Skip to content

Conversation

tvervest
Copy link

@tvervest tvervest commented Oct 7, 2025

Description

When users have special characters in their name (e.g. when their name contains a ł), storing the JSON string as ASCII causes an encoding issue in the resulting token. As a result, the token is deemed invalid when used.

Fix

By removing the explicit demand for ASCII encoding, the default (utf8) will be used, which correctly encodes the special characters into the resulting JSON string.

Copy link

changeset-bot bot commented Oct 7, 2025

🦋 Changeset detected

Latest commit: 27f36bc

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 Patch
@labdigital/federated-token-apollo Patch
@labdigital/federated-token-express-adapter Patch
@labdigital/federated-token-fastify-adapter Patch
@labdigital/federated-token-yoga Patch

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.

1 participant