Files
better-auth/examples/nuxt-example
Bereket Engida eaf80cf945 fix: rename forgetPassword APIs to requestPasswordReset (#2947)
* fix: rename  to

* Update demo/nextjs/app/(auth)/forget-password/page.tsx

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>

---------

Co-authored-by: cubic-dev-ai[bot] <191113872+cubic-dev-ai[bot]@users.noreply.github.com>
2025-06-07 16:28:47 -07: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-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-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