Tim Burton Docuseries - API & Testing

๐Ÿš€ Deployment Status

โœ… Successfully deployed to Cloudflare Pages

This is the API and testing environment for the Tim Burton Docuseries project.

๐Ÿงช Testing Environment

Test the complete authentication and payment flow:

Open Test Environment

Includes: Authentication, Stripe Integration, Purchase Options Modal, Content Access Control

๐Ÿ“ Available Files

๐Ÿ”ง Integration

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>

๐Ÿ“Š Features