Set up a subscription payment form to access your content with Stripe and register users on Supabase.
This use case includes:
- A two-step form. The first step asks for basic data to create an account. The second contains the payment gateway powered by Stripe.
- One flow. This flow creates the new account and receives a magic link to redirect the user.
- Auto login and redirection. When payment is confirmed and the account is created in Supabase, the user is automatically redirected to your website.
Before running this template you’ll need:
- A Stripe account where you’ll receive the specified amount.
- A Supabase account to store the user’s data and obtain a magic link to log the user in.