2 Commits
Author SHA1 Message Date
HugoNijhuisandClaude Opus 4.5 9b83333275 Extract routes to getRoutes() function
CI / build (push) 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 16:35:33 +00:00
HugoNijhuisandClaude Opus 4.5 3bd0659caf Add auth-protected app example
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 16:35:33 +00:00