Nick Bezverkhyi

Results 1 issues of Nick Bezverkhyi

**Expected Behavior** Should it be possible to use reactive WebClient to create non-reactive JwtDecoder? ``` NimbusJwtDecoder.withJwkSetUri(properties.getJwt().getJwkSetUri()) .webClient(WebClient.builder().build()) .cache(jwkSetCache) .build() ``` **Current Behavior** It is only possible to use RestTemplate as...

type: enhancement
in: oauth2