@lumenize/auth
v0.24.0
Published
De✨light✨ful authentication for Cloudflare Durable Objects
Maintainers
Readme
@lumenize/auth
A de✨light✨ful authentication system for Cloudflare Durable Objects with magic link login, JWT tokens, and refresh token rotation.
Features
- Magic Link Login: Passwordless authentication via email
- JWT Access Tokens: Short-lived tokens with Ed25519 signing
- Refresh Token Rotation: Secure token refresh with automatic rotation
- Key Rotation: BLUE/GREEN key strategy for zero-downtime rotation
- WebSocket Support: Token verification for WebSocket connections
- routeDORequest Integration: Works seamlessly with
@lumenize/routing
Installation
npm install @lumenize/authDocumentation
Full documentation: https://lumenize.com/docs/auth
