Files
better-auth/docs
oderum bf0ce50d8a docs(stripe): clarify createCustomerOnSignUp configuration requirement
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.
2026-01-25 17:09:20 -05:00
..
2025-08-18 10:27:15 -07:00
2025-09-02 10:41:54 -07:00
2026-01-03 16:55:39 +08:00
2026-01-06 12:53:55 +08:00
2026-01-06 12:53:55 +08:00
2025-11-12 01:26:05 +00:00

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.