spring-security/oauth2/oauth2-client
Phil Clay 8584b12c8d Make saveAuthorizedClient save the authorized client
Previously, saveAuthorizedClient never actually saved the authorized
client, because it ignored the Mono<Void> returned from
authorizedClientRepository.saveAuthorizedClient.

Now, it does not ignore the Mono<Void> returned from
authorizedClientRepository.saveAuthorizedClient, and includes it in
the stream, and therefore it will properly save the authorized client.

Fixes gh-7546
2019-10-23 12:12:23 -04:00
..
src Make saveAuthorizedClient save the authorized client 2019-10-23 12:12:23 -04:00
spring-security-oauth2-client.gradle Use Jwt.Builder 2019-09-16 14:00:25 -06:00