-
Notifications
You must be signed in to change notification settings - Fork 6k
Builder for JwtDecoder #6010
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
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
Comments
Merged
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Nov 12, 2018
A Builder to simply common construction patterns for NimbusJwtDecoder Issue: spring-projectsgh-6010
rwinch
pushed a commit
that referenced
this issue
Nov 14, 2018
A Builder to simply common construction patterns for NimbusJwtDecoder Issue: gh-6010
jer051
pushed a commit
to jer051/spring-security
that referenced
this issue
Nov 21, 2018
A Builder to simply common construction patterns for NimbusJwtDecoder Issue: spring-projectsgh-6010
This seems to be resolved via d28e32b. |
@jzheaux Ah, sorry for the noise. I just thought so with the referenced issue number in the commit. |
@izeye no worries! Your help is always appreciated. |
jzheaux
added a commit
to jzheaux/spring-security
that referenced
this issue
Mar 15, 2019
jzheaux
added a commit
that referenced
this issue
Mar 18, 2019
Closed in favor of #8412 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
status: declined
A suggestion or change that we don't feel we should currently apply
type: enhancement
A general enhancement
It would be nice to be able to specify validators, converters, etc. without needing to downcast to the implementation.
Current Behavior
To configure any of these, I first use a factory method, and then I need to downcast to
NimbusJwtDecoder
to call its setters:Expected Behavior
For now, this ticket is just to get the conversation started. But something like
JwtDecoderBuilder
might be nice:The text was updated successfully, but these errors were encountered: