Commit Graph
2 Commits
Author SHA1 Message Date
HugoNijhuisandClaude Opus 4.5 7589011526 Extract routes to getRoutes() function
CI / build (pull_request) Successful in 26s
Address review feedback to eliminate duplicated route configuration
and prevent potential inconsistencies.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 17:24:09 +01:00
HugoNijhuisandClaude Opus 4.5 c007f48892 Add auth-protected app example
CI / build (pull_request) Successful in 27s
This example demonstrates OIDC authentication with the Iris framework:
- OIDC client setup and configuration
- Login/logout flow with async discovery
- Protected routes using auth guards
- User profile display from ID token claims
- Token information display and handling
- Reactive UI state for authentication status

Closes #7

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-09 17:04:19 +01:00