spring-security/oauth2
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
..
oauth2-client Make saveAuthorizedClient save the authorized client 2019-10-23 12:12:23 -04:00
oauth2-core Polish gh-4442 2019-09-25 21:37:31 -04:00
oauth2-jose Merge Remove Redudant Throws 2019-09-19 11:04:53 -05:00
oauth2-resource-server Resource Server w/ SecurityReactorContextSubscriber 2019-09-27 11:01:04 -06:00