docs: standardize term "authentication framework" project-wide (#5511)

This commit is contained in:
Taesu
2025-10-23 14:43:22 +09:00
committed by GitHub
parent eee94de01a
commit 86d07bcf55
10 changed files with 19 additions and 18 deletions

View File

@@ -9,7 +9,7 @@
</h2>
<p align="center">
The most comprehensive authentication library for TypeScript
The most comprehensive authentication framework for TypeScript
<br />
<a href="https://better-auth.com"><strong>Learn more »</strong></a>
<br />

View File

@@ -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"),
});

View File

@@ -47,9 +47,9 @@ export function Intro() {
<span className="">available here.</span>
</h1>
<p className="mt-4 text-sm text-gray-600 dark:text-gray-300">
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.
</p>
<hr className="h-px bg-gray-300 mt-5" />
<div className="mt-8 flex flex-wrap text-gray-600 dark:text-gray-300 justify-center gap-x-1 gap-y-3 sm:gap-x-2 lg:justify-start">

View File

@@ -79,9 +79,9 @@ const ChangelogPage = async () => {
<span className="">available here.</span>
</h1>
<p className="mt-4 text-sm text-gray-600 dark:text-gray-300">
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.
</p>
<hr className="h-px bg-gray-300 mt-5" />
<div className="mt-8 flex flex-wrap text-gray-600 dark:text-gray-300 gap-x-1 gap-y-3 sm:gap-x-2">

View File

@@ -48,9 +48,9 @@ export function Intro() {
<span className="">available here.</span>
</h1>
<p className="mt-4 text-sm text-gray-600 dark:text-gray-300">
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.
</p>
<hr className="h-px bg-gray-300 mt-5" />
<div className="mt-8 flex flex-wrap text-gray-600 dark:text-gray-300 justify-center gap-x-1 gap-y-3 sm:gap-x-2 lg:justify-start">

View File

@@ -79,9 +79,9 @@ const ChangelogPage = async () => {
<span className="">available here.</span>
</h1>
<p className="mt-4 text-sm text-gray-600 dark:text-gray-300">
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.
</p>
<hr className="mt-5 h-px bg-gray-300" />
<div className="flex flex-wrap gap-x-1 gap-y-3 mt-8 text-gray-600 dark:text-gray-300 sm:gap-x-2">

View File

@@ -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,
});

View File

@@ -9,7 +9,7 @@
</h2>
<p align="center">
The most comprehensive authentication library for TypeScript
The most comprehensive authentication framework for TypeScript
<br />
<a href="https://better-auth.com"><strong>Learn more »</strong></a>
<br />

View File

@@ -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": {

View File

@@ -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",