Update What's New for 5.6

This commit is contained in:
Steve Riesenberg 2021-11-11 14:51:40 -06:00
parent 0e6722800d
commit 0bdaa21867
1 changed files with 5 additions and 1 deletions

View File

@ -43,6 +43,10 @@ Below are the highlights of the release.
[[whats-new-webflux]]
== WebFlux
* OAuth 2.0 Login
** Improved xref:reactive/oauth2/login/index.adoc[Reactive OAuth 2.0 Login Documentation]
* OAuth 2.0 Client
** Improved https://github.com/spring-projects/spring-security/pull/9791[Client Credentials encoding]
@ -50,4 +54,4 @@ Below are the highlights of the release.
** Added https://github.com/spring-projects/spring-security/pull/10269[custom response parsing] for Access Token Requests
** Added https://github.com/spring-projects/spring-security/pull/10327[jwt-bearer Grant Type support] for Access Token Requests
** Added https://github.com/spring-projects/spring-security/pull/10336[JWT Client Authentication support] for Access Token Requests
** Improved https://github.com/spring-projects/spring-security/pull/10373[Reactive OAuth 2.0 Client Documentation]
** Improved xref:reactive/oauth2/client/index.adoc[Reactive OAuth 2.0 Client Documentation]