Files
better-auth/examples/nuxt-example
Bereket Engida 9f2e45b8c7 chore: cleanup
2025-01-06 14:30:39 +03:00
..
2024-09-26 17:09:00 +03:00
2025-01-06 14:30:39 +03:00
2024-09-26 17:09:00 +03:00
2024-10-19 06:47:47 +03:00
2025-01-06 14:30:39 +03:00
2024-09-26 17:09:00 +03:00
2024-09-26 17:09:00 +03:00
2024-09-26 17:09:00 +03:00
2024-09-27 13:36:20 +03:00
2024-09-26 17:09:00 +03:00
2024-09-26 17:09:00 +03:00
2024-12-07 11:39:22 +03:00
2024-09-27 13:36:20 +03:00
2024-09-27 13:36:20 +03:00

Nuxt Better Auth Example

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

Implements the following features: Email & Password . Social Sign-in with Google

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