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 conversion of JsonObject to custom types #476

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft

Support the conversion of JsonObject to custom types #476

wants to merge 1 commit into from

Conversation

sberyozkin
Copy link
Contributor

Hi Roberto, @radcortez, this is another draft PR, focusing for now on JsonWebToken.getClaim(String name) and the conversion of complex claims to start with, it can be aligned somehow with your PR where an individual claim injection is supported.

The immediate issue is that it is only Converter<T>.convert(String) at the moment, can you please update it to have 2 type variables for the input to convert be customized as needed ?

thanks

@radcortez
Copy link
Member

Sure, let me have a look.

@radcortez
Copy link
Member

@sberyozkin
Copy link
Contributor Author

@radcortez Thanks Roberto, I'll try to experiment in the next few days

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.

2 participants