You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Remove hard dependency on Jackson in OAuth 2 support
It's possible to override the token parsing method, to avoid
using Jackson, but the class would have a Jackson mapper
in its properties.
This commit introduces an abstraction to parse the token and
the default Jackson implementation is instantianted on the
fly.
0 commit comments