0.9.30 โ€ข Published 9 months ago

@passlock/create-sveltekit v0.9.30

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

Features

  1. ๐Ÿ”‘ Passkey registration and authentication
  2. ๐Ÿ“ฑ Apple sign in
  3. โ˜๏ธ Google sign in / one-tap
  4. ๐Ÿ“ช Mailbox verification (via a one time code or link)
  5. ๐Ÿ’พ CRUD operations via Prisma
  6. ๐ŸŒ˜ Dark mode with theme selection (light/dark/system)
  7. ๐Ÿš€ Daisy UI, Preline UI & Shadcn/UI variants

Requirements

  • Node 18+
  • pnpm (optional)
  • This example project uses the cloud based Passlock framework for passkey registration and authentication. Passlock is free for personal and commercial use. Create an account at https://passlock.dev

Usage

Use the CLI to create a SvelteKit app. Choose from Daisy, Preline or Shadcn variants

pnpm create @passlock/sveltekit

Set the environment variables

You'll need to set three variables:

  1. PUBLIC_PASSLOCK_TENANCY_ID
  2. PUBLIC_PASSLOCK_CLIENT_ID
  3. PASSLOCK_API_KEY

Your Passlock Tenancy ID, Client ID and API Key (token) can be found in your Passlock console under settings.

Update the .env file with the relevant credentials.

Start the dev server

pnpm run dev

More information

Please see the template homepage

0.9.30

9 months ago

0.9.27

10 months ago

0.9.28

10 months ago

0.9.29

10 months ago

0.9.25

11 months ago

0.9.26

11 months ago

0.9.24

11 months ago

0.9.22

11 months ago

0.9.21

11 months ago

0.9.20

11 months ago

0.0.5

11 months ago

0.0.4

11 months ago

0.0.3

11 months ago

0.0.2

11 months ago

0.0.1

11 months ago