First general-availability release. Identity, workspaces, MFA, billing, and the staff console all ship together as one platform.
- New
-
- Unified backend powering SSO, account, billing, and admin surfaces
- WebAuthn / passkey verification on the login path (registration flow lands in v1.1)
- Customer-Portal-backed Stripe billing with idempotent webhook handlers
- Workspace invites, role-based access, and instant context switching
- /changelog, /customers, /integrations, /security, and /careers marketing pages
- Improved
-
- Marketing site now ships a 404 page, blog index, sitemap, and Open Graph defaults
- Session cookies hardened to `__Secure-` prefix with strict domain scoping in production
- Audit log surface in admin console with structured filtering by user / action / time
- Security
-
- Argon2id password hashing with optional HaveIBeenPwned k-anonymity lookup
- AES-GCM encryption at rest for TOTP secrets and stored OAuth refresh tokens
- Rate limiting on every auth endpoint via Redis-backed sliding window