#Cloudflare
- Cloudflare workers with Wrangler for dev, staging, and prod
Deploying Cloudflare workers to dev, staging, and prod with Wrangler and automatically promoting with GitHub actions.
- Using Cloudflare Pages and Functions for email magic links
This blog post demonstrates how to implement email magic links for a login page using Cloudflare Pages, Cloudflare Functions, and Sendgrid. It provides code examples and explanations for each step of the process, including form creation, token generation and validation, session management, and user authentication.