This is the API and testing environment for the Tim Burton Docuseries project.
Test the complete authentication and payment flow:
Open Test EnvironmentIncludes: Authentication, Stripe Integration, Purchase Options Modal, Content Access Control
To integrate with Webflow, add these scripts to your project:
<script src="https://accounts.google.com/gsi/client"></script>
<script src="https://your-domain.pages.dev/js/client-auth.js"></script>
<script src="https://your-domain.pages.dev/js/webflow-auth-handlers.js"></script>
<script src="https://your-domain.pages.dev/js/content-access.js"></script>
<script src="https://your-domain.pages.dev/js/button-state-manager.js"></script>
<script src="https://your-domain.pages.dev/js/user-profile.js"></script>
<script src="https://your-domain.pages.dev/js/stripe-integration.js"></script>