-
Notifications
You must be signed in to change notification settings - Fork 49
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
Use SmallRye Converters for JWT Claims conversions #211
Comments
We have discussed it further with Roberto, and indeed the use of The ultimate goal is to update all of The proposal is to do this migration to
Users will chose either a provided JSONB converter or register a custom converter. It will all have a very minimal impact. And in phase 2 we'll complete the whole migration. |
Of course we can try to do it in one go - but I guess it can be a less sensitive refactoring if we do in 2 iterations... |
I propose to tackle it for |
Conversion code from SmallRye Config was extracted to https://github.com/smallrye/smallrye-converters.
The plan is to implement a prototype to replace conversion code in SmallRye JWT and use the Smallrye Converters project.
This should help to address:
eclipse/microprofile-jwt-auth#100
The text was updated successfully, but these errors were encountered: