mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-25 16:36:34 -05:00
Reworded misleading sentence that implied Stripe customers are created by default. The original phrasing suggested automatic customer creation without the required configuration setting. Changed from stating "By default, when a user signs up..." to explicitly lead with the configuration requirement.
Better Auth Docs
This is the documentation site for Better Auth.
Contributing
To contribute to the docs, you can clone the repo and run the docs site locally.
pnpm install
pnpm run dev
This will start the docs site on http://localhost:3000.