mirror of
https://github.com/better-auth/better-auth.git
synced 2026-05-23 07:18:56 -05:00
docs: standardize term "authentication framework" project-wide (#5511)
This commit is contained in:
@@ -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 />
|
||||
|
||||
@@ -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"),
|
||||
});
|
||||
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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">
|
||||
|
||||
@@ -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,
|
||||
});
|
||||
|
||||
|
||||
@@ -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 />
|
||||
|
||||
@@ -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": {
|
||||
|
||||
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user