RRyvax Docs

Guide · 6 min read

Supabase and Stripe

Keep credentials server-side and verify Stripe events.

The server creates a Supabase client from request cookies. Stripe Checkout sessions are created on the server, and webhook signatures are verified against RequestContext.rawBody before events are handled.

Last updated Sep 8, 2026Edit on GitHub ↗