Files
better-auth/demo/electron/README.md
Joél Solano 1c9aab3bce feat: electron integration (#7647)
Co-authored-by: Alex Yang <himself65@outlook.com>
2026-02-04 20:37:05 +00:00

427 B

Better Auth Electron Example

This is an example of how to use Better Auth with Electron.

Prerequirements

Make sure you've set-up the Better Auth Demo App.

How to run

  1. Clone the repo and open it in your code editor
  2. Run the following commands
pnpm install
pnpm dev

Checkout the electron guide to learn more.