Skip to content

Demo App

The Demo app is a reference implementation of an authentication server using AuthHero with the Kysely adapter and SQLite database. It demonstrates the core features of AuthHero in a working application.

Purpose

This demo serves several purposes:

  • Provides a working example of AuthHero integration
  • Demonstrates authentication flows
  • Shows how to configure and use the Kysely adapter
  • Acts as a testbed for AuthHero features

Features

  • Complete authentication server implementation
  • SQLite database for data storage
  • Kysely ORM integration
  • Example API endpoints

For setup instructions, see the Setup page. For usage details, see the Usage page.

Released under the MIT License.