End-user authentication is handled by Clerk. The frontend usesDocumentation Index
Fetch the complete documentation index at: https://docs.medera.info/llms.txt
Use this file to discover all available pages before exploring further.
@clerk/clerk-react to sign the user in and obtains a session JWT on demand.
Authorization: Bearer <jwt>. The backend validates via clerkAuth middleware and writes a phi_audit_logs entry for every PHI-touching request.