You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A backend for a multi-tenant SaaS application built with Spring Boot. Multiple organizations (tenants) can use the same system while keeping their data completely isolated and secure.
Features
Multi-tenancy — Each organization has isolated data; users can never access another tenant's information
Authentication — JWT-based auth with secure password hashing (BCrypt)
Authorization — Role-based access control (TENANT_ADMIN, MEMBER)
Projects & Tasks — Tenant-scoped project management with task tracking
RESTful API — Clean API design with proper status codes and error handling