Skip to content

Self-hosting authentication

Clerk setup for self-hosted Fajita: origins, redirects, JWT auth integration, and webhooks.

Core · 10 min

Self-hosted Fajita uses a Clerk application you operate. Fajita does not ship native self-hosted authentication yet.

Clerk dashboard checklist

  • Add your public URL to allowed origins
  • Set sign-in redirect to /app
  • Configure the Clerk JWT template integration for PostgREST
  • Point the Clerk webhook to /api/webhooks/clerk (use a tunnel for local dev)

Was this page helpful?