Files
better-auth/examples/svelte-kit-example
Bereket Engida 9cc2e3d8ab feat: MCP plugin (#2666)
* chore: wip

* wip

* feat: mcp plugin

* wip

* chore: fix lock file

* clean up

* schema

* docs

* chore: lint

* chore: release v1.2.9-beta.1

* blog

* chore: lint
2025-05-23 12:44:51 -07:00
..
2025-04-13 14:11:08 +02:00
2024-09-25 23:39:30 +03:00
2024-09-28 01:53:01 +03:00
2024-09-25 23:39:30 +03:00
2024-09-25 23:39:30 +03:00
2024-09-26 08:14:28 +03:00
2024-09-26 08:14:28 +03:00
2024-09-26 08:14:28 +03:00
2024-09-26 08:14:28 +03:00
2025-05-23 12:44:51 -07:00
2024-09-26 08:14:28 +03:00

SvelteKit Better Auth Example

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

Implements the following features: Email & Password . Social Sign-in with Google . Passkeys . Email Verification . Password Reset . Two Factor Authentication . Profile Update . Session Management

How to run

  1. Clone the code sandbox (or the repo) and open it in your code editor
  2. Move .env.example to .env and provide necessary variables
  3. Run the following commands
    pnpm install
    pnpm dev
    
  4. Open the browser and navigate to http://localhost:3000