Skip to content

Commit 00f466a

Browse files
author
Steve Riesenberg
committed
Update What's New in 5.6
1 parent ba8844a commit 00f466a

File tree

1 file changed

+10
-5
lines changed

1 file changed

+10
-5
lines changed

docs/modules/ROOT/pages/whats-new.adoc

Lines changed: 10 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,9 @@ Below are the highlights of the release.
2828

2929
* OAuth 2.0 Client
3030

31-
** Improved https://github.com/spring-projects/spring-security/pull/9791[client credentials] encoding
32-
** Improved https://github.com/spring-projects/spring-security/pull/9779[access token response] parsing
33-
** Added https://github.com/spring-projects/spring-security/pull/10155[custom grant types support] for authorization requests
31+
** Improved https://github.com/spring-projects/spring-security/pull/9791[Client Credentials encoding]
32+
** Improved https://github.com/spring-projects/spring-security/pull/9779[Access Token Response parsing]
33+
** Added https://github.com/spring-projects/spring-security/pull/10155[custom grant types support] for Authorization Requests
3434

3535
* Testing
3636

@@ -39,5 +39,10 @@ Below are the highlights of the release.
3939
[[whats-new-webflux]]
4040
=== WebFlux
4141

42-
** Improved https://github.com/spring-projects/spring-security/pull/9791[client credentials] encoding
43-
** Added https://github.com/spring-projects/spring-security/pull/10131[custom headers support] for access token requests
42+
* OAuth 2.0 Client
43+
44+
** Improved https://github.com/spring-projects/spring-security/pull/9791[Client Credentials encoding]
45+
** Added https://github.com/spring-projects/spring-security/pull/10131[custom headers support] for Access Token Requests
46+
** Added https://github.com/spring-projects/spring-security/pull/10269[custom response parsing] for Access Token Requests
47+
** Added https://github.com/spring-projects/spring-security/pull/10327[jwt-bearer Grant Type support] for Access Token Requests
48+
** Added https://github.com/spring-projects/spring-security/pull/10336[JWT Client Authentication support] for Access Token Requests

0 commit comments

Comments
 (0)