Passwordless Authentication: We use magic link authentication, eliminating the risk of password theft or weak passwords. You receive a time-limited, one-time link via email to log in.
No Password Storage: We do not store passwords. By removing passwords from our authentication system, we eliminate one of the most common security vulnerabilities.
Session Security: Session tokens are cryptographically secure, httpOnly (not accessible to JavaScript), and automatically rotated to prevent session hijacking.
Token Expiration: Magic links expire after 15 minutes. Session tokens have limited lifetimes and are refreshed securely.
Multi-Factor Authentication: We are actively developing MFA options for enhanced security on Agency tier accounts.