Authentication Strategy Demo
Compare how different token validation strategies work under the hood.
Standard Login (BFF Pattern)
Auth.js handles OIDC invisibly. Tokens stored in encrypted server-side cookies.
PKCE Login (Strategy Demo)
Manual PKCE flow with selectable backend validation strategy. See exactly what happens at each step.