Documentation Index
Fetch the complete documentation index at: https://docs.cronozen.com/llms.txt
Use this file to discover all available pages before exploring further.
Multi-Tenant Authentication
Domain-Based Routing
Cronozen routes users to the correct tenant based on domain:| Domain Pattern | Tenant Resolution |
|---|---|
cronozen.com | Platform default |
*.cronozen.com | Subdomain tenant lookup |
Custom domain (e.g. slowpace.co.kr) | White-label tenant mapping |
White-Label Auth
White-label tenants use custom domains with the same auth infrastructure:Custom Domain Configuration
customDomains— Domain-to-tenant mappingknownDomains— All recognized domains- CloudFlare Worker handles rewrite logic
Membership Lifecycle
| Status | Can Access | Can Login |
|---|---|---|
INVITED | No | No |
PENDING | No | Yes (limited) |
ACTIVE | Yes | Yes |
SUSPENDED | No | Yes (limited) |
REJECTED | No | No |
ENDED | No | No |
Resolver Chain
The UI adapts based on the actor’s context through 6 resolvers:UI is determined by domain prefix + membership role, never by
center.type. This ensures consistent behavior across tenant types.