Remix Example

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

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. Provide .env file with by copying the .env.example file and adding the variables
  3. Run the following commands
    pnpm install
    pnpm run dev
  4. Open the browser and navigate to http://localhost:3000

On this page