Clave
Multi-tenant auth & authorization platform
Problem
Most engineers consume identity infrastructure (Auth0, Okta, Cognito) but never build it. I wanted to understand the hard parts — multi-tenancy, RBAC, token lifecycle — by building the thing rather than the thing that uses it.
Approach
- Backend authentication and authorization services with tenant isolation and role-based access control
- Admin console for managing tenants, roles, and permissions across the platform
- Designed as a self-directed system-design exercise, prioritizing the infrastructure patterns real IAM providers solve
Retrospective
In progress — full write-up and screenshots to follow as the console matures.