Clinic sign in
Authenticate with the same clinic identifier the backend expects.
Email and phone identifiers both route through the same login API. Tokens stay in secure httpOnly cookies managed by Next.js.
Eddy Dental Platform
This app is aligned to the backend contract in your implementation guide: cookie-managed sessions, clinic-scoped routes, Google event CRUD, and telephony provisioning without any fake capabilities layered on top.
Clinic sign in
Email and phone identifiers both route through the same login API. Tokens stay in secure httpOnly cookies managed by Next.js.