--- name: better-auth-setup description: Add user authentication using Better Auth with Drizzle ORM and Neon Postgres. Base setup with email/password authentication. --- # Better Auth Setup To set up Better Auth Setup, refer to the fullstackrecipes MCP server resource: **Resource URI:** `recipe://fullstackrecipes.com/better-auth-setup` If the MCP server is not configured, fetch the recipe directly: ```bash curl -H "Accept: text/plain" https://fullstackrecipes.com/api/recipes/better-auth-setup ```