Skip to content

webisopen/passkey-demo

Repository files navigation

Passkey Demo

To migrate the database

Generate the migrations

DATABASE_URL="postgres://..." npx @better-auth/cli@latest generate --config './src/lib/auth/index.ts'

Migrate the database

DATABASE_URL="postgres://..." npx @better-auth/cli@latest migrate --config './src/lib/auth/index.ts'