🚀 Private Beta • Developer Preview
MagicHub
Magic link authentication that actually works. Simple API, reliable infrastructure.
Clean authentication API built for developers who want passwordless login without the complexity. Two REST endpoints, JWT tokens, and global edge deployment. Perfect for MVPs scaling to production.
Built on Cloudflare Workers
JWT tokens with 15min expiry
Global edge network
Reliable email delivery
🎯 Join the Beta - Help Shape the API
Looking for developers to test and provide feedback on the magic link flow.
156
developers in beta queue
12
active beta testers
<50ms
global response time
99.8%
API uptime (last 30d)
Magic Link API - Two Simple Endpoints
// 1. Send magic link to user
POST /auth/send
{ "email": "[email protected]" }
// 2. User clicks link → verify & get JWT
GET /auth/verify?token=abc123...
→ { "jwt": "eyJhbGciOiJIUzI1..." }
// That's it. User is authenticated.
Fast & Reliable
Cloudflare Workers . Sub-50ms globally. automatic scaling.
Secure by Default
HMAC-SHA256 signed JWTs, single-use tokens, time-based expiry. Enterprise security standards without the complexity.
Dead Simple Integration
POST to send link, GET to verify token. No SDKs, no OAuth flows, no user management UI to build.
Development Roadmap
Starting with core magic link functionality and building towards production-ready features based on developer feedback.
🟢 Phase 1: Core API (Current)
- Magic link sending & verification
- JWT token generation
- Basic rate limiting
- Email deliverability optimization
🟡 Phase 2: Developer Experience
- Webhook notifications
- Custom email templates
- Usage analytics dashboard
- Better error handling & logging
🔵 Phase 3: Scale & Polish
- Custom domains for emails
- User session management
- Advanced security features
- Enterprise deployment options