Files
iris/examples/auth/main.go
Hugo Nijhuis c007f48892
All checks were successful
CI / build (pull_request) Successful in 27s
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 17:04:19 +01:00

11 KiB