From 4bce835e3c6620a21634e2eea0d97bdcc12de76e Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Thu, 5 Sep 2024 23:25:34 +0300 Subject: [PATCH] doc: better starting point --- docs/components/sidebar-content.tsx | 13 +------------ docs/content/docs/introduction.mdx | 4 +++- 2 files changed, 4 insertions(+), 13 deletions(-) diff --git a/docs/components/sidebar-content.tsx b/docs/components/sidebar-content.tsx index 722bda5b..e06d2d3e 100644 --- a/docs/components/sidebar-content.tsx +++ b/docs/components/sidebar-content.tsx @@ -2,7 +2,6 @@ import { Key, LucideAArrowDown, LucideIcon, - MailCheck, ScanFace, Users2, UserSquare2, @@ -79,17 +78,7 @@ export const contents: Content[] = [ title: "Basic Usage", href: "/docs/basic-usage", icon: () => ( - - - + ), }, ], diff --git a/docs/content/docs/introduction.mdx b/docs/content/docs/introduction.mdx index fc30205f..7b654e1f 100644 --- a/docs/content/docs/introduction.mdx +++ b/docs/content/docs/introduction.mdx @@ -7,7 +7,9 @@ Better Auth is a type-safe, framework-agnostic authentication library for TypeSc ## Why Better Auth? -*Authentication libraries in typescript often doesn't deliver the quality and features that are required for modern applications. Third-party services are convenient, but they come with their own set of problems. And of course, they aren't free. Better Auth aims to provide a better alternative.* +*Authentication feels like a partially solved problem, existing open-source libraries often require a lot of additional code for anything beyond basic authentication. Third-party services, while convenient, force you to store user data on their servers, which in some ways strips you of ownership and that comes with its own set of problems. And obviously, these services aren't free and can get really expensive.* + +*Better Auth offers a different approach. It provides a robust authentication library from the start accompanied by a growing comprehensive plugin ecosystem, allowing you to add many authentication features in just minutes. Need multi-factor authentication? Simply install our 2FA plugin. Looking to support workspaces, organizations, member roles, or access control for you multi tenant apps? You're a plugin away from having a fully featured auth system.* ## Features