Files
dance-lessons-coach/pkg
Gabriel Radureau c60310b0f3 feat(auth): pkg/auth skeleton for OpenID Connect (ADR-0028 Phase B prep)
Add pkg/auth package with OIDCClient skeleton:
- oidc.go: OIDCClient struct with discovery/JWKS caching, NewOIDCClient constructor
- Discovery, TokenResponse, IDTokenClaims types
- TODO skeleton methods: Discover, RefreshJWKS, ExchangeCode, ValidateIDToken
- oidc_test.go: smoke test for NewOIDCClient

All methods are TODO placeholders for Phase B.3 implementation.

Generated by Mistral Vibe.
Co-Authored-By: Mistral Vibe <vibe@mistral.ai>
2026-05-05 19:22:53 +02:00
..