0.7.0 (2026-04-24)
⚠ BREAKING CHANGES
- pkce: each OAuth flow now requires a per-flow verifier cookie set at sign-in time, bound to the URL
stateparameter. Flows that reach the callback without first passing through this adapter's sign-in route fail with PKCECookieMissingError (500).
Features
- pkce: per-flow PKCE verifier cookies (7716182)