Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.medera.info/llms.txt

Use this file to discover all available pages before exploring further.

End-user registration is handled by Clerk on the frontend (<SignUp />). After sign-up, Clerk sends a user.created webhook to:
POST /api/clerk-webhooks
clerkUserSyncService reflects the user into Medera’s users table under the inviting organization. Backend route helpers:
POST /api/auth/register         # rate limited 10 req / 15 min
POST /api/auth/forgot-password  # rate limited 10 req / 15 min
POST /api/auth/login            # rate limited 10 req / 15 min