Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 697 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 697 Bytes

AuthHero

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

Getting Started

Get started by running the following commands:

pnpm install
pnpm dev