Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions samples/java/login-auth-code/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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.

> Looking for the token-refresh variant? See [`samples/java/token-refresh/`](../token-refresh/).

## Prerequisites

- Java 21 SDK (`java -version` → 21.x)
Expand Down
2 changes: 2 additions & 0 deletions samples/react/login-pkce/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

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

> Looking for the token-refresh variant? See [`samples/react/token-refresh/`](../token-refresh/).

## Setup

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