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: Add support for iss and aud claims #70

Closed
mkubala opened this issue Jul 23, 2019 · 1 comment
Closed

JWT: Add support for iss and aud claims #70

mkubala opened this issue Jul 23, 2019 · 1 comment
Assignees

Comments

@mkubala
Copy link
Member

mkubala commented Jul 23, 2019

These claims are required by some service proxies that supports JWS verification.
Unfortunately claims cannot be injected using a custom serialiser in the application code, since its output is nested together with other payload fields under the data key.

@mkubala
Copy link
Member Author

mkubala commented Jul 24, 2019

Fixed. Will be included in 0.5.10.

@mkubala mkubala closed this as completed Jul 24, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant