Skip to content

Commit bda0acc

Browse files
committed
test 4/4: multi-framework (React + Java) READMEs
1 parent f100770 commit bda0acc

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

samples/java/login-auth-code/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Minimal Spring Boot 3.4 app demonstrating OIDC Authorization Code + PKCE using [`spring-security-oauth2-client`](https://docs.spring.io/spring-security/reference/servlet/oauth2/login/index.html). Declarative client registration in `application.yml`, inline HTML rendering, RP-initiated logout.
44

5+
> Looking for the token-refresh variant? See [`samples/java/token-refresh/`](../token-refresh/).
6+
57
## Prerequisites
68

79
- Java 21 SDK (`java -version` → 21.x)

samples/react/login-pkce/README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
Minimal React app demonstrating OIDC login using Authorization Code + PKCE via `react-oidc-context`.
44

5+
> Looking for the token-refresh variant? See [`samples/react/token-refresh/`](../token-refresh/).
6+
57
## Setup
68

79
1. Copy `.env.example` to `.env` and fill in your SecureAuth values

0 commit comments

Comments
 (0)