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

Support a list of audiences #3

Merged
merged 1 commit into from
Dec 27, 2023

Conversation

eboskma
Copy link
Contributor

@eboskma eboskma commented Dec 20, 2023

According to RFC7519: JSON Web Token (JWT) 4.1.3 the aud field of a JWT may be either a single string, or an array of strings.

This introduces a new dependency: serde_with.

Fixes #2

@lpotthast
Copy link
Owner

Thank you for the contribution. Looks good!

@lpotthast lpotthast merged commit 1149fd4 into lpotthast:main Dec 27, 2023
lpotthast pushed a commit that referenced this pull request May 29, 2024
…e-codes

Changed response codes in error case
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.

Multiple aud
2 participants