To implement a post-login Auth0 flow that checks a user’s subscription status in Stripe:
- Set up Stripe webhook notifications.
- Create a backend endpoint to handle Stripe events and update Auth0 metadata.
- After login, call the endpoint to check subscription status.
- Update user metadata based on the status.
Regards,
James