Prompt Buddy logoPrompt Buddy

prisma ยท Prisma Docs

Prisma Better Auth (with Astro) (/docs/guides/authentication/better-auth/astro)

Integrates Better Auth with the Astro framework using Prisma ORM for authentication management.

Import to Prompt Buddy

Derived skill

Files assembled from official documentation

Viewing SKILL.md

Prisma Better Auth (with Astro) (/docs/guides/authentication/better-auth/astro)

Integrates Better Auth with the Astro framework using Prisma ORM for authentication management.

When To Use

Use when implementing an authentication system in an Astro application using Better Auth and Prisma ORM.

Reference Files

FileContainsUse For
SKILL.mdEntry point: scope, routing table, and workflow.Start here.
docs/prisma-better-auth-with-astro-docs-guides-authentication-workflow-guide.mdA guide explaining how to integrate Prisma ORM with Better Auth within an Astro application.Questions about a guide explaining how to integrate Prisma ORM with Better Auth within an Astro application.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a.bashThe npm command used to initialize a new Astro project configured with Better Auth and Prisma.Exact payloads, commands, or snippets shown in The npm command used to initialize a new Astro project configured with Better Auth and Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-2.bashThe pnpm command used to scaffold a new Astro project integrated with Better Auth and Prisma.Exact payloads, commands, or snippets shown in The pnpm command used to scaffold a new Astro project integrated with Better Auth and Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-3.bashA bash command to scaffold a new Astro project pre-configured with Better Auth and Prisma.Exact payloads, commands, or snippets shown in A bash command to scaffold a new Astro project pre-configured with Better Auth and Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-4.bashThe bash command to initialize a new Astro project configured with Better Auth and Prisma using bunx.Exact payloads, commands, or snippets shown in The bash command to initialize a new Astro project configured with Better Auth and Prisma using bunx.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-5.bashBash commands to navigate to the betterauth-astro-prisma directory for the authentication guide.Exact payloads, commands, or snippets shown in Bash commands to navigate to the betterauth-astro-prisma directory for the authentication guide.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-6.bashThe bash command to install prisma, tsx, and postgres types as development dependencies for a Prisma Better Auth setup in Astro.Exact payloads, commands, or snippets shown in The bash command to install prisma, tsx, and postgres types as development dependencies for a Prisma Better Auth setu...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-7.bashA bash command to install prisma, tsx, and postgres types as development dependencies for a Prisma Better Auth setup in Astro.Exact payloads, commands, or snippets shown in A bash command to install prisma, tsx, and postgres types as development dependencies for a Prisma Better Auth setup...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-8.bashBash commands to install prisma, tsx, and postgres types as development dependencies for a Prisma Better Auth setup in Astro.Exact payloads, commands, or snippets shown in Bash commands to install prisma, tsx, and postgres types as development dependencies for a Prisma Better Auth setup i...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-9.bashA bash command to install prisma, tsx, and postgres types using the bun package manager for a Prisma Better Auth setup in Astro.Exact payloads, commands, or snippets shown in A bash command to install prisma, tsx, and postgres types using the bun package manager for a Prisma Better Auth setu...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-10.bashThe npm install command required to set up Prisma, the PostgreSQL adapter, and dotenv for a Better Auth integration with Astro.Exact payloads, commands, or snippets shown in The npm install command required to set up Prisma, the PostgreSQL adapter, and dotenv for a Better Auth integration w...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-11.bashThe pnpm command to install the Prisma client, PostgreSQL adapter, dotenv, and pg dependencies for a Better Auth setup in Astro.Exact payloads, commands, or snippets shown in The pnpm command to install the Prisma client, PostgreSQL adapter, dotenv, and pg dependencies for a Better Auth setu...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-12.bashBash commands to install the Prisma client, PostgreSQL adapter, dotenv, and pg packages for a Better Auth setup in Astro.Exact payloads, commands, or snippets shown in Bash commands to install the Prisma client, PostgreSQL adapter, dotenv, and pg packages for a Better Auth setup in As...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-13.bashA bash command to install the Prisma client, PostgreSQL adapter, dotenv, and pg using the bun package manager for a Better Auth setup in Astro.Exact payloads, commands, or snippets shown in A bash command to install the Prisma client, PostgreSQL adapter, dotenv, and pg using the bun package manager for a B...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-14.bashThe npx prisma init command used to initialize the Prisma schema with a specific output directory for a Better Auth integration in Astro.Exact payloads, commands, or snippets shown in The npx prisma init command used to initialize the Prisma schema with a specific output directory for a Better Auth i...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-15.bashA bash command to initialize Prisma with a specific output directory for a Better Auth integration in Astro.Exact payloads, commands, or snippets shown in A bash command to initialize Prisma with a specific output directory for a Better Auth integration in Astro.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-16.bashA bash command to initialize Prisma with a specific output directory for a Better Auth integration in Astro.Exact payloads, commands, or snippets shown in A bash command to initialize Prisma with a specific output directory for a Better Auth integration in Astro.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-17.bashA bash command to initialize Prisma with a specific output directory for use with Better Auth in an Astro project.Exact payloads, commands, or snippets shown in A bash command to initialize Prisma with a specific output directory for use with Better Auth in an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-18.bashA bash command to initialize the database using npx create-db for a Prisma and Better Auth integration within an Astro project.Exact payloads, commands, or snippets shown in A bash command to initialize the database using npx create-db for a Prisma and Better Auth integration within an Astr...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-19.bashA bash command to initialize the database using pnpm dlx create-db for a Prisma and Better Auth setup in Astro.Exact payloads, commands, or snippets shown in A bash command to initialize the database using pnpm dlx create-db for a Prisma and Better Auth setup in Astro.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-20.bashA bash command using yarn dlx to create the database required for the Prisma Better Auth integration with Astro.Exact payloads, commands, or snippets shown in A bash command using yarn dlx to create the database required for the Prisma Better Auth integration with Astro.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-21.bashA bash command using bunx to initialize the database for a Prisma and Better Auth integration within an Astro project.Exact payloads, commands, or snippets shown in A bash command using bunx to initialize the database for a Prisma and Better Auth integration within an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a.tsA TypeScript configuration file for setting up Better Auth within an Astro project using Prisma.Exact payloads, commands, or snippets shown in A TypeScript configuration file for setting up Better Auth within an Astro project using Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-22.bashA bash command to generate the Prisma client for a Better Auth integration within an Astro project.Exact payloads, commands, or snippets shown in A bash command to generate the Prisma client for a Better Auth integration within an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-23.bashA bash command to generate the Prisma client for a Better Auth integration within an Astro project.Exact payloads, commands, or snippets shown in A bash command to generate the Prisma client for a Better Auth integration within an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-24.bashA bash command to generate the Prisma client using yarn dlx for a Better Auth integration with Astro.Exact payloads, commands, or snippets shown in A bash command to generate the Prisma client using yarn dlx for a Better Auth integration with Astro.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-25.bashA bash command to generate the Prisma client using bunx for a Better Auth integration within an Astro project.Exact payloads, commands, or snippets shown in A bash command to generate the Prisma client using bunx for a Better Auth integration within an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-26.bashBash commands to create the directory structure and initial prisma client file for a Better Auth integration in Astro.Exact payloads, commands, or snippets shown in Bash commands to create the directory structure and initial prisma client file for a Better Auth integration in Astro.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-2.tsA TypeScript implementation demonstrating how to configure the Prisma adapter for Better Auth within an Astro project.Exact payloads, commands, or snippets shown in A TypeScript implementation demonstrating how to configure the Prisma adapter for Better Auth within an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-27.bashThe npm install command to add better-auth to an Astro project using Prisma.Exact payloads, commands, or snippets shown in The npm install command to add better-auth to an Astro project using Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-28.bashThe bash command to install the better-auth package using pnpm for an Astro project.Exact payloads, commands, or snippets shown in The bash command to install the better-auth package using pnpm for an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-29.bashThe bash command to install the better-auth package using yarn for an Astro project.Exact payloads, commands, or snippets shown in The bash command to install the better-auth package using yarn for an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-30.bashA bash command to install the better-auth package using the bun package manager for an Astro project.Exact payloads, commands, or snippets shown in A bash command to install the better-auth package using the bun package manager for an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-31.bashA command to generate a secret using the better-auth CLI for a Prisma and Astro authentication setup.Exact payloads, commands, or snippets shown in A command to generate a secret using the better-auth CLI for a Prisma and Astro authentication setup.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-32.bashA command to generate a secret using the better-auth CLI for a Prisma and Astro authentication setup.Exact payloads, commands, or snippets shown in A command to generate a secret using the better-auth CLI for a Prisma and Astro authentication setup.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-33.bashA bash command to generate a secret using the better-auth CLI for a Prisma and Astro integration.Exact payloads, commands, or snippets shown in A bash command to generate a secret using the better-auth CLI for a Prisma and Astro integration.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-34.bashA command to generate a secret using the better-auth CLI via bunx for a Prisma and Astro integration.Exact payloads, commands, or snippets shown in A command to generate a secret using the better-auth CLI via bunx for a Prisma and Astro integration.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-35.bashEnvironment variable configuration for setting up Better Auth with Prisma in an Astro project.Exact payloads, commands, or snippets shown in Environment variable configuration for setting up Better Auth with Prisma in an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-36.bashA bash command to create the auth configuration file in the src/lib directory for a Prisma and Better Auth integration within an Astro project.Exact payloads, commands, or snippets shown in A bash command to create the auth configuration file in the src/lib directory for a Prisma and Better Auth integratio...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-3.tsA TypeScript configuration demonstrating how to integrate better-auth with Prisma and Astro using a database adapter.Exact payloads, commands, or snippets shown in A TypeScript configuration demonstrating how to integrate better-auth with Prisma and Astro using a database adapter.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-37.bashA bash command to generate better-auth configuration using the better-auth CLI within an Astro project.Exact payloads, commands, or snippets shown in A bash command to generate better-auth configuration using the better-auth CLI within an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-38.bashA bash command to generate better-auth configuration using the @better-auth/cli via pnpm.Exact payloads, commands, or snippets shown in A bash command to generate better-auth configuration using the @better-auth/cli via pnpm.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-39.bashA bash command to generate better-auth configuration using the @better-auth/cli via yarn dlx.Exact payloads, commands, or snippets shown in A bash command to generate better-auth configuration using the @better-auth/cli via yarn dlx.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-40.bashA bash command to generate better-auth configuration using the better-auth CLI with bunx.Exact payloads, commands, or snippets shown in A bash command to generate better-auth configuration using the better-auth CLI with bunx.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a.prismaPrisma schema definition for implementing Better Auth within an Astro application.Exact payloads, commands, or snippets shown in Prisma schema definition for implementing Better Auth within an Astro application.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-41.bashA bash command to run a Prisma migration for adding authentication models to an Astro project using Better Auth.Exact payloads, commands, or snippets shown in A bash command to run a Prisma migration for adding authentication models to an Astro project using Better Auth.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-42.bashA bash command to run a Prisma migration for adding authentication models to an Astro project using Better Auth.Exact payloads, commands, or snippets shown in A bash command to run a Prisma migration for adding authentication models to an Astro project using Better Auth.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-43.bashA bash command to run a Prisma migration for adding authentication models to an Astro project using Better Auth.Exact payloads, commands, or snippets shown in A bash command to run a Prisma migration for adding authentication models to an Astro project using Better Auth.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-44.bashA bash command to run a Prisma migration to add authentication models using bunx.Exact payloads, commands, or snippets shown in A bash command to run a Prisma migration to add authentication models using bunx.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-45.bashBash commands to create the directory structure and the catch-all API route file required for Better Auth integration in an Astro project.Exact payloads, commands, or snippets shown in Bash commands to create the directory structure and the catch-all API route file required for Better Auth integration...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-4.tsA TypeScript implementation of an Astro API route that handles authentication requests using Better Auth and Prisma.Exact payloads, commands, or snippets shown in A TypeScript implementation of an Astro API route that handles authentication requests using Better Auth and Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-46.bashA bash command to create the auth-client.ts file within the src/lib directory for a Prisma Better Auth Astro integration.Exact payloads, commands, or snippets shown in A bash command to create the auth-client.ts file within the src/lib directory for a Prisma Better Auth Astro integrat...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-5.tsA TypeScript implementation of the better-auth client configuration for an Astro project using Prisma.Exact payloads, commands, or snippets shown in A TypeScript implementation of the better-auth client configuration for an Astro project using Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-47.bashA bash command to create the src/env.d.ts file for a Prisma Better Auth integration within an Astro project.Exact payloads, commands, or snippets shown in A bash command to create the src/env.d.ts file for a Prisma Better Auth integration within an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-6.tsTypeScript type definitions for App Locals including user and session objects for Better Auth integration in Astro.Exact payloads, commands, or snippets shown in TypeScript type definitions for App Locals including user and session objects for Better Auth integration in Astro.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-48.bashA bash command to create the middleware.ts file required for integrating Better Auth with Astro in a Prisma project.Exact payloads, commands, or snippets shown in A bash command to create the middleware.ts file required for integrating Better Auth with Astro in a Prisma project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-7.tsA TypeScript implementation of an Astro middleware that uses Better Auth to manage user sessions and locals context.Exact payloads, commands, or snippets shown in A TypeScript implementation of an Astro middleware that uses Better Auth to manage user sessions and locals context.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-49.bashBash commands to create the required directory structure and index files for an Astro project using Better Auth.Exact payloads, commands, or snippets shown in Bash commands to create the required directory structure and index files for an Astro project using Better Auth.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a.htmlAn HTML example demonstrating the integration of Better Auth with Astro using Prisma.Exact payloads, commands, or snippets shown in An HTML example demonstrating the integration of Better Auth with Astro using Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-2.htmlAn HTML implementation of a sign-up page using Better Auth within an Astro framework context.Exact payloads, commands, or snippets shown in An HTML implementation of a sign-up page using Better Auth within an Astro framework context.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-3.htmlAn HTML implementation of a sign-up form using the Better Auth client within an Astro framework environment.Exact payloads, commands, or snippets shown in An HTML implementation of a sign-up form using the Better Auth client within an Astro framework environment.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-4.htmlAn Astro component implementation demonstrating a sign-up page integration using Better Auth and Prisma.Exact payloads, commands, or snippets shown in An Astro component implementation demonstrating a sign-up page integration using Better Auth and Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-5.htmlAn HTML example demonstrating the integration of Better Auth with Astro using Prisma.Exact payloads, commands, or snippets shown in An HTML example demonstrating the integration of Better Auth with Astro using Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-6.htmlAn HTML implementation of a sign-in page using Better Auth within an Astro framework context.Exact payloads, commands, or snippets shown in An HTML implementation of a sign-in page using Better Auth within an Astro framework context.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-7.htmlAn HTML implementation of a sign-in form using the Better Auth client within an Astro framework environment.Exact payloads, commands, or snippets shown in An HTML implementation of a sign-in form using the Better Auth client within an Astro framework environment.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-8.htmlAn Astro component implementation demonstrating a sign-in page integration using Better Auth and Prisma.Exact payloads, commands, or snippets shown in An Astro component implementation demonstrating a sign-in page integration using Better Auth and Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-9.htmlAn HTML document providing a guide and code implementation for integrating Better Auth with Prisma in an Astro project.Exact payloads, commands, or snippets shown in An HTML document providing a guide and code implementation for integrating Better Auth with Prisma in an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-10.htmlAn Astro component implementation demonstrating how to protect a dashboard route by checking for a user session and redirecting unauthenticated users.Exact payloads, commands, or snippets shown in An Astro component implementation demonstrating how to protect a dashboard route by checking for a user session and r...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-11.htmlAn Astro component demonstrating user session redirection and dashboard data rendering using Better Auth and Prisma.Exact payloads, commands, or snippets shown in An Astro component demonstrating user session redirection and dashboard data rendering using Better Auth and Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-12.htmlAn Astro component demonstrating user session redirection and dashboard display using Better Auth and Prisma.Exact payloads, commands, or snippets shown in An Astro component demonstrating user session redirection and dashboard display using Better Auth and Prisma.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-13.htmlAn HTML template demonstrating how to conditionally render user authentication UI components in an Astro component using Prisma and Better Auth.Exact payloads, commands, or snippets shown in An HTML template demonstrating how to conditionally render user authentication UI components in an Astro component us...
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-50.bashThe bash command used to start the development server for a Prisma Better Auth integration with Astro.Exact payloads, commands, or snippets shown in The bash command used to start the development server for a Prisma Better Auth integration with Astro.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-51.bashThe bash command used to run the development server for a Prisma Better Auth integration with Astro.Exact payloads, commands, or snippets shown in The bash command used to run the development server for a Prisma Better Auth integration with Astro.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-52.bashThe bash command used to start the development server for a Prisma Better Auth integration with Astro.Exact payloads, commands, or snippets shown in The bash command used to start the development server for a Prisma Better Auth integration with Astro.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-53.bashThe bash command used to run the Astro development server for the Prisma Better Auth integration.Exact payloads, commands, or snippets shown in The bash command used to run the Astro development server for the Prisma Better Auth integration.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-54.bashA bash command to launch Prisma Studio for inspecting the database used with Better Auth in an Astro project.Exact payloads, commands, or snippets shown in A bash command to launch Prisma Studio for inspecting the database used with Better Auth in an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-55.bashA bash command to launch Prisma Studio for managing the database used with Better Auth in an Astro project.Exact payloads, commands, or snippets shown in A bash command to launch Prisma Studio for managing the database used with Better Auth in an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-56.bashA bash command to launch Prisma Studio for managing the database used with Better Auth in an Astro project.Exact payloads, commands, or snippets shown in A bash command to launch Prisma Studio for managing the database used with Better Auth in an Astro project.
examples/prisma-better-auth-with-astro-docs-guides-authentication-prisma-better-a-57.bashA bash command to run Prisma Studio using the Bun runtime for a Better Auth integration in Astro.Exact payloads, commands, or snippets shown in A bash command to run Prisma Studio using the Bun runtime for a Better Auth integration in Astro.

What This Skill Covers

    • Better Auth (with Next.js): Learn how to use Prisma ORM in a Next.js app with Better Auth
  • Main sections: Related pages.

Workflow

  1. Open the most relevant file under docs/ for the exact documented workflow and wording.
  2. Open schemas/ files for exact structured contracts.
  3. Open examples/ files for concrete requests, commands, snippets, and manifests.
  4. Do not add behavior or configuration that is not present in the attached source files.

Canonical source: https://www.prisma.io/docs/guides/authentication/better-auth/astro