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

JWT aud field is slice of string and is not possible to use as string #1187

Closed
andreadragotta opened this issue Sep 25, 2024 · 1 comment
Closed
Assignees

Comments

@andreadragotta
Copy link

Hi,

as i already write in the title the aud field in claims is slice of string but for example in Google Wallet API JWT Sign is necessary to pass a string value.

Is possible to avoid this library constraint.

The JWT rfc https://datatracker.ietf.org/doc/html/rfc7519#section-4.1.3 allow the single string value in special case.

Thanks

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