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 the typed claim conversion #244

Open
sberyozkin opened this issue May 20, 2021 · 0 comments
Open

Support the typed claim conversion #244

sberyozkin opened this issue May 20, 2021 · 0 comments
Milestone

Comments

@sberyozkin
Copy link
Contributor

sberyozkin commented May 20, 2021

This issue is related to #100.

There should be 2 ways to support a typed claim conversion:

@Inject JsonWebToken jwt;
...
Address address = jwt.getClaim("address", Address.class);
@Claim(name="address")
@Inject 
Address address;

See also #243.

@sberyozkin sberyozkin added this to the MPJWT-2.0 milestone May 20, 2021
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

1 participant