Auth0 app_metadata for stripe subscriptions

To implement a post-login Auth0 flow that checks a user’s subscription status in Stripe:

  1. Set up Stripe webhook notifications.
  2. Create a backend endpoint to handle Stripe events and update Auth0 metadata.
  3. After login, call the endpoint to check subscription status.
  4. Update user metadata based on the status.

Regards,
James

1 Like