From 86d07bcf5528cb7b51fea324f9ebcc6195bee2ac Mon Sep 17 00:00:00 2001 From: Taesu <166604494+bytaesu@users.noreply.github.com> Date: Thu, 23 Oct 2025 14:43:22 +0900 Subject: [PATCH] docs: standardize term "authentication framework" project-wide (#5511) --- README.md | 2 +- demo/nextjs/app/layout.tsx | 2 +- docs/app/blog/_components/changelog-layout.tsx | 6 +++--- docs/app/blog/_components/default-changelog.tsx | 6 +++--- docs/app/changelogs/_components/changelog-layout.tsx | 6 +++--- docs/app/changelogs/_components/default-changelog.tsx | 6 +++--- docs/app/layout.tsx | 3 ++- packages/better-auth/README.md | 2 +- packages/better-auth/package.json | 2 +- packages/core/package.json | 2 +- 10 files changed, 19 insertions(+), 18 deletions(-) diff --git a/README.md b/README.md index 9f956363cd..afbcecbb76 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,7 @@

- The most comprehensive authentication library for TypeScript + The most comprehensive authentication framework for TypeScript
Learn more »
diff --git a/demo/nextjs/app/layout.tsx b/demo/nextjs/app/layout.tsx index 83dcf59d4f..5aec7102bb 100644 --- a/demo/nextjs/app/layout.tsx +++ b/demo/nextjs/app/layout.tsx @@ -11,7 +11,7 @@ export const metadata = createMetadata({ template: "%s | Better Auth", default: "Better Auth", }, - description: "The most comprehensive authentication library for typescript", + description: "The most comprehensive authentication framework for TypeScript", metadataBase: new URL("https://demo.better-auth.com"), }); diff --git a/docs/app/blog/_components/changelog-layout.tsx b/docs/app/blog/_components/changelog-layout.tsx index ddb07f7fc9..a7c89115cf 100644 --- a/docs/app/blog/_components/changelog-layout.tsx +++ b/docs/app/blog/_components/changelog-layout.tsx @@ -47,9 +47,9 @@ export function Intro() { available here.

- Better Auth is comprehensive authentication library for TypeScript that - provides a wide range of features to make authentication easier and more - secure. + Better Auth is the most comprehensive authentication framework for + TypeScript that provides a wide range of features to make authentication + easier and more secure.


diff --git a/docs/app/blog/_components/default-changelog.tsx b/docs/app/blog/_components/default-changelog.tsx index 6b052107fb..eb98325cbc 100644 --- a/docs/app/blog/_components/default-changelog.tsx +++ b/docs/app/blog/_components/default-changelog.tsx @@ -79,9 +79,9 @@ const ChangelogPage = async () => { available here.

- Better Auth is comprehensive authentication library for TypeScript - that provides a wide range of features to make authentication easier - and more secure. + Better Auth is the most comprehensive authentication framework for + TypeScript that provides a wide range of features to make + authentication easier and more secure.


diff --git a/docs/app/changelogs/_components/changelog-layout.tsx b/docs/app/changelogs/_components/changelog-layout.tsx index 485b273949..aeba90963d 100644 --- a/docs/app/changelogs/_components/changelog-layout.tsx +++ b/docs/app/changelogs/_components/changelog-layout.tsx @@ -48,9 +48,9 @@ export function Intro() { available here.

- Better Auth is comprehensive authentication library for TypeScript that - provides a wide range of features to make authentication easier and more - secure. + Better Auth is the most comprehensive authentication framework for + TypeScript that provides a wide range of features to make authentication + easier and more secure.


diff --git a/docs/app/changelogs/_components/default-changelog.tsx b/docs/app/changelogs/_components/default-changelog.tsx index 24014ba13e..8a4bb16567 100644 --- a/docs/app/changelogs/_components/default-changelog.tsx +++ b/docs/app/changelogs/_components/default-changelog.tsx @@ -79,9 +79,9 @@ const ChangelogPage = async () => { available here.

- Better Auth is comprehensive authentication library for TypeScript - that provides a wide range of features to make authentication easier - and more secure. + Better Auth is the most comprehensive authentication framework for + TypeScript that provides a wide range of features to make + authentication easier and more secure.


diff --git a/docs/app/layout.tsx b/docs/app/layout.tsx index 2bc730e53a..7a72c7bd8c 100644 --- a/docs/app/layout.tsx +++ b/docs/app/layout.tsx @@ -17,7 +17,8 @@ export const metadata = createMetadata({ template: "%s | Better Auth", default: "Better Auth", }, - description: "The most comprehensive authentication library for TypeScript.", + description: + "The most comprehensive authentication framework for TypeScript.", metadataBase: baseUrl, }); diff --git a/packages/better-auth/README.md b/packages/better-auth/README.md index dfc56a8500..7360535479 100644 --- a/packages/better-auth/README.md +++ b/packages/better-auth/README.md @@ -9,7 +9,7 @@

- The most comprehensive authentication library for TypeScript + The most comprehensive authentication framework for TypeScript
Learn more »
diff --git a/packages/better-auth/package.json b/packages/better-auth/package.json index d40fa5d872..d175c3abd1 100644 --- a/packages/better-auth/package.json +++ b/packages/better-auth/package.json @@ -1,7 +1,7 @@ { "name": "better-auth", "version": "1.4.0-beta.13", - "description": "The most comprehensive authentication library for TypeScript.", + "description": "The most comprehensive authentication framework for TypeScript.", "type": "module", "license": "MIT", "repository": { diff --git a/packages/core/package.json b/packages/core/package.json index 1771c37f35..fef17c0c83 100644 --- a/packages/core/package.json +++ b/packages/core/package.json @@ -1,7 +1,7 @@ { "name": "@better-auth/core", "version": "1.4.0-beta.13", - "description": "The most comprehensive authentication library for TypeScript.", + "description": "The most comprehensive authentication framework for TypeScript.", "type": "module", "main": "./dist/index.js", "module": "./dist/index.js",