File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2424<dependency >
2525 <groupId >io.github.patternhelloworld.securityhelper.oauth2.api</groupId >
2626 <artifactId >spring-oauth2-easyplus</artifactId >
27- <version >4.1.1 </version >
27+ <version >4.2.0 </version >
2828</dependency >
2929```
3030
8484 ```
8585
8686 * 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)
8888* ROPC for scenarios where accessing a browser screen on the server is either unavailable or impractical
8989* Application of Spring Rest Docs, Postman payloads provided
9090
Original file line number Diff line number Diff line change @@ -7,7 +7,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
77 <modelVersion >4.0.0</modelVersion >
88 <groupId >com.patternhelloworld.securityhelper.oauth2.client</groupId >
99 <artifactId >spring-oauth2-easyplus-client</artifactId >
10- <version >4.1.1 </version >
10+ <version >4.2.0 </version >
1111 <packaging >jar</packaging >
1212
1313 <properties >
@@ -48,7 +48,7 @@ http://maven.apache.org/xsd/maven-4.0.0.xsd">
4848 <dependency >
4949 <groupId >io.github.patternhelloworld.securityhelper.oauth2.api</groupId >
5050 <artifactId >spring-oauth2-easyplus</artifactId >
51- <version >4.1.1 </version >
51+ <version >4.2.0 </version >
5252 </dependency >
5353
5454 <!-- 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">
88
99 <groupId >io.github.patternhelloworld.securityhelper.oauth2.api</groupId >
1010 <artifactId >spring-oauth2-easyplus</artifactId >
11- <version >4.1.1 </version >
11+ <version >4.2.0 </version >
1212 <name >spring-oauth2-easyplus</name >
1313 <description >App-Token based easy OAuth2 JPA implementation built to grow with Spring Boot</description >
1414 <packaging >jar</packaging >
You can’t perform that action at this time.
0 commit comments