Created 2026-04-13 via CLI end-to-end smoke test of the new Supabase-JWT OAuth flow (PR #22). Apr 14, 2026 markdown
This artifact was created end-to-end via:
/authorize with PKCE/token exchange returned a real Supabase JWT (ES256, iss tdjyqykkngyflqkjuzai.supabase.co/auth/v1)supabase.auth.getUser()extra.authInfo.token and passed it as authToken to odFetchrequireAuth validated the same JWT, identified the caller as 74ef4da3-... (me)The whole chain works. Same JWT flows through both hops. One auth realm. No custom token store. No AsyncLocalStorage forwarding magic.
Safe to delete — this was a smoke test.