mirror of
https://github.com/LukeHagar/better-auth.git
synced 2025-12-07 04:19:22 +00:00
chore: improve features copy
This commit is contained in:
@@ -21,9 +21,9 @@ const features = [
|
||||
{
|
||||
id: 1,
|
||||
label: "Framework Agnostic",
|
||||
title: "Supports popular <strong>frameworks</strong>.",
|
||||
title: "Supports for popular <strong>frameworks</strong>.",
|
||||
description:
|
||||
"Supports popular frameworks, including React, Vue, Svelte, Astro, Solid, Next.js, Nuxt, Hono, and more.",
|
||||
"Supports popular frameworks, including React, Vue, Svelte, Astro, Solid, Next.js, Nuxt, Tanstack Start, Hono, and more.",
|
||||
icon: PlugZap2Icon,
|
||||
},
|
||||
{
|
||||
@@ -31,7 +31,7 @@ const features = [
|
||||
label: "Authentication",
|
||||
title: "Email & Password <strong>Authentication</strong>.",
|
||||
description:
|
||||
"Built-in support for email and password authentication, with secure password hashing and account management features.",
|
||||
"Built-in support for email and password authentication, with session and account management features.",
|
||||
icon: LockClosedIcon,
|
||||
},
|
||||
{
|
||||
@@ -45,25 +45,27 @@ const features = [
|
||||
{
|
||||
id: 4,
|
||||
label: "Two Factor",
|
||||
title: "Two Factor <strong>Authentication</strong>.",
|
||||
title: "Multi Factor <strong>Authentication</strong>.",
|
||||
description:
|
||||
"With our built-in two factor authentication plugin, you can add an extra layer of security to your account.",
|
||||
"Secure your users accounts with two factor authentication with a few lines of code.",
|
||||
icon: ShieldCheckIcon,
|
||||
},
|
||||
{
|
||||
id: 5,
|
||||
label: "Organization & Access Control",
|
||||
title: "Gain and manage <strong>access</strong>.",
|
||||
label: "Multi Tenant",
|
||||
title: "<strong>Organization</strong> Members and Invitation.",
|
||||
description:
|
||||
"Manage users and their access to resources within your application.",
|
||||
"Multi tenant support with members, organization, teams and invitation with access control.",
|
||||
|
||||
icon: RabbitIcon,
|
||||
},
|
||||
|
||||
{
|
||||
id: 6,
|
||||
label: "Plugin Ecosystem",
|
||||
title: "Extend your application with <strong>plugins</strong>.",
|
||||
title: "A lot more features with <strong>plugins</strong>.",
|
||||
description:
|
||||
"Enhance your application with our official plugins and those created by the community.",
|
||||
"Improve your application experience with our official plugins and those created by the community.",
|
||||
icon: PlugIcon,
|
||||
},
|
||||
];
|
||||
|
||||
Reference in New Issue
Block a user