File tree Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Expand file tree Collapse file tree 1 file changed +10
-5
lines changed Original file line number Diff line number Diff line change @@ -28,9 +28,9 @@ Below are the highlights of the release.
28
28
29
29
* OAuth 2.0 Client
30
30
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
34
34
35
35
* Testing
36
36
@@ -39,5 +39,10 @@ Below are the highlights of the release.
39
39
[[whats-new-webflux]]
40
40
=== WebFlux
41
41
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
You can’t perform that action at this time.
0 commit comments