mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-24 16:11:53 -05:00
- Add complete example showing app.on() and serve() after CORS setup - Include important note explaining CORS must come before route registration - Ensures consistency with middleware section and prevents user confusion - Critical for proper cross-origin request handling in authentication endpoints
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.