Skip to content

Commit

Permalink
[JAVA-3482] Update module doc with JDK version info
Browse files Browse the repository at this point in the history
  • Loading branch information
hkhan committed Aug 31, 2021
1 parent 0b21da0 commit 6d42f32
Show file tree
Hide file tree
Showing 4 changed files with 18 additions and 1 deletion.
9 changes: 9 additions & 0 deletions oauth-authorization-server/README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## Spring Security OAuth Authorization Server

### Relevant information:

- The module uses the new OAuth stack with Java 11

### Relevant Articles:

- [Spring Security OAuth Authorization Server](https://www.baeldung.com/spring-security-oauth-auth-server)
8 changes: 7 additions & 1 deletion oauth-jws-jwk-legacy/README.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## Relevant Articles:
## JWS + JWK in a Spring Security OAuth2 Application

### Relevant information:

- This module uses the OAuth stack with Java 8

### Relevant Articles:

- [JWS + JWK in a Spring Security OAuth2 Application](https://www.baeldung.com/spring-security-oauth2-jws-jwk)
1 change: 1 addition & 0 deletions oauth-legacy/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@
8. `oauth-ui-implicit-angularjs-legacy` - Implicit Grant UI Module - using AngularJS, hitting oauth-resource-server-legacy-1
9. `oauth-ui-password-angularjs-legacy` - Password Grant UI Module - using AngularJS, hitting oauth-resource-server-legacy-1
10. `oauth-zuul-gateway` - Zuul Gateway, hitting oauth-resource-server-legacy-1
11. The module uses the legacy OAuth stack with Java 8


## Relevant Articles:
Expand Down
1 change: 1 addition & 0 deletions oauth-resource-server/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@
2. [email protected] / pass
4. `resource-server-jwt` is a Spring Boot Resource Server which exchanges JWT OAuth Tokens with the above authorization-server and dishes out /foos/**
5. `resource-server-opaque` is a Spring Boot Resource Server which exchanges Opaque OAuth Tokens with the above authorization-server and dishes out /bars/**
6. The module uses the new OAuth stack with Java 13

### Relevant Articles:

Expand Down

0 comments on commit 6d42f32

Please sign in to comment.