Skip to content

v1.3.0 — Cohost Controls & Secure Moderation

Choose a tag to compare

@whoavidwivedi whoavidwivedi released this 21 Aug 10:01
· 22 commits to main since this release

Highlights

  • Added cohost controls for room moderation, including the ability to end a space.
  • Added host-only cohost management with explicit cohost promotion and revocation flows.
  • Added server-side moderation authorization so browser UI state is never the source of truth.
  • Added encrypted cohost secret storage and room access validation.
  • Improved toast placement so notifications stay clear of the space controls.
  • Completed the move to Vercel deployment configuration and removed obsolete Render configuration.

Security

  • Moderation actions are authorized at the API boundary for every request.
  • Cohost credentials are encrypted at rest and validated server-side.
  • Added regression coverage for host, cohost, and unauthorized participant behavior.

Validation

  • Added API and authorization tests covering moderation and cohost access.