Developer-first, self-hostable authentication platform and SDK suite.
app/server: Fastify auth serverapp/dashboard: Next.js developer dashboardpackages/*: JavaScript/TypeScript SDKs and adapterssdks/*: Python and Go SDKsdocker/*: Deployment assetsdocs/*: MDX documentation
- Use Node.js
20.xandpnpm 8+. - Install dependencies:
pnpm install. - Run workspace tasks via Turbo:
pnpm build,pnpm test.