File tree 3 files changed +5
-5
lines changed
3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 24
24
<dependency >
25
25
<groupId >io.github.patternhelloworld.securityhelper.oauth2.api</groupId >
26
26
<artifactId >spring-oauth2-easyplus</artifactId >
27
- <version >4.1.1 </version >
27
+ <version >4.2.0 </version >
28
28
</dependency >
29
29
```
30
30
84
84
```
85
85
86
86
* In the following error payload, the 'message' shouldn't be exposed to clients; instead, the 'userMessage' should be.
87
- * Authorization Code Flow with PKCE and Single Page Application (XMLHttpRequest)
87
+ * Authorization Code Flow with Optional PKCE, Authorization Consent and Single Page Application (XMLHttpRequest)
88
88
* ROPC for scenarios where accessing a browser screen on the server is either unavailable or impractical
89
89
* Application of Spring Rest Docs, Postman payloads provided
90
90
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
7
7
<modelVersion >4.0.0</modelVersion >
8
8
<groupId >com.patternhelloworld.securityhelper.oauth2.client</groupId >
9
9
<artifactId >spring-oauth2-easyplus-client</artifactId >
10
- <version >4.1.1 </version >
10
+ <version >4.2.0 </version >
11
11
<packaging >jar</packaging >
12
12
13
13
<properties >
@@ -48,7 +48,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
48
48
<dependency >
49
49
<groupId >io.github.patternhelloworld.securityhelper.oauth2.api</groupId >
50
50
<artifactId >spring-oauth2-easyplus</artifactId >
51
- <version >4.1.1 </version >
51
+ <version >4.2.0 </version >
52
52
</dependency >
53
53
54
54
<!-- DB -->
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
8
8
9
9
<groupId >io.github.patternhelloworld.securityhelper.oauth2.api</groupId >
10
10
<artifactId >spring-oauth2-easyplus</artifactId >
11
- <version >4.1.1 </version >
11
+ <version >4.2.0 </version >
12
12
<name >spring-oauth2-easyplus</name >
13
13
<description >App-Token based easy OAuth2 JPA implementation built to grow with Spring Boot</description >
14
14
<packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments