Saanjha

Security

Saanjha is built on a few fundamentals: know who you are, check what you're allowed to do, and keep that access time-bound. Here's what that means in practice today.

Authentication

Access to Saanjha requires signing in with your own account. There's no shared or anonymous access to authenticated areas of the product.

Authorization

What you can see and do is checked against your team role and project membership on the backend for every request — not just hidden or shown in the interface.

Sessions

Sessions are issued on sign-in and expire, limiting how long access remains valid without you actively using the product.

Account control

You control your own profile, project visibility, and team membership, and can leave a team or project at any time.

Saanjha is an actively developed, early-stage platform. If you find a security issue, please reach out so we can look into it.