Installation
Learn how to configure Better Auth in your project.
Installation
This is a simplified installation guide for testing purposes.
Step 1: Install the Package
npm install better-auth
Step 2: Basic Configuration
Create a basic auth configuration:
import { betterAuth } from "better-auth";
export const auth = betterAuth({
// basic configuration
});
Next Steps
Continue with the configuration based on your needs.