Skip to content

JwkSourceReactiveJwtDecoderBuilder should be typed SignedJWT instead of JWT #6771

Closed
@jgrandja

Description

@jgrandja

We should consider removing NimbusReactiveJwtDecoder.JwkSourceReactiveJwtDecoderBuilder since it's not used.

I also noticed that the equivalent does not exist in NimbusJwtDecoder.

If we decide to keep it than we should change the generic types from Function<JWT, Flux<JWK>> to Function<SignedJWT, Flux<JWK>>.

Metadata

Metadata

Assignees

Labels

in: oauth2An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)status: first-timers-onlyAn issue that can only be worked on by brand new contributors

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions