Monorepo for authhero containing the following packages:
- authhero. The main package for authhero that handles authentication and API requests.
- create-authhero, a CLI for creating authhero projects
- adapters:
- adapter-interfaces, a package containing interfaces for creating adapters for authhero
- kyssely, ORM for sql databases
- drizzle, ORM for sql databases (not in a working state)
- cloudflare, custom domains support
It also contains the following apps:
- Manage, a web app for managing auth tenants
- Demo, a auth server using the kysely adapter and sqlite
Get started by running the following commands:
pnpm install
pnpm dev