Authentication Flow Priority
When a user interacts with Village components, the system attempts authentication in this order:1. Local Cookie Check
- If on
village.do
or any partner website, thevillage.token
cookie is directly available - No additional steps needed - authentication is immediate
2. Browser Extension Cookie Retrieval
- For embedded contexts, your custom extension using the Village Extension SDK provides cookie access
- The extension reads the
village.token
from thevillage.do
domain and shares it securely - Works seamlessly across any third-party website where Village components are embedded