Secure real-time collaborative workspace
Secure collaborative system with verified identity, hardened authentication, and a purpose-built realtime layer.
- In-house auth stack: EdDSA JWTs, rotating refresh tokens with reuse detection, Argon2id hashing, CSRF protection.
- Custom WebSocket server with single-use ticket handshake, per-event authorization, and RBAC enforced server-side.
- Realtime room layer: presence, typing, shared threaded context, and persistent history that survives reconnects.