From b698cd8903bea5434ed08b291bd33a5c4ff40c12 Mon Sep 17 00:00:00 2001 From: Bereket Engida Date: Sat, 28 Sep 2024 00:12:21 +0300 Subject: [PATCH] docs: intro --- README.md | 2 +- docs/content/docs/introduction.mdx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index bc47abcf5c..afaa55f5ad 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Better Auth is framework-agnostic authentication (and authorization) library for ### Why Better Auth -Currently, the open-source libraries in the ecosystem often require a lot of additional code if you want anything beyond a basic login. Instead of just suggesting 3rd party services when that happens (which can be still be the right choice at times), I think we can do better as a community—hence, Better Auth. +Authentication in the TypeScript ecosystem feels like a half-solved problem right now. Open-source libraries often requires a lot of additional code for anything beyond basic authentication. Rather than just pushing third-party services as the solution, I believe we can do better as a community—hence, Better Auth. ### Goals **** diff --git a/docs/content/docs/introduction.mdx b/docs/content/docs/introduction.mdx index 9bb3cc12bd..70437989e5 100644 --- a/docs/content/docs/introduction.mdx +++ b/docs/content/docs/introduction.mdx @@ -7,7 +7,7 @@ Better Auth is framework-agnostic authentication (and authorization) library for ## Why Better Auth? -Authentication in the TypeScript ecosystem feels like a half-solved problem right now. Open-source libraries often requires a lot of additional code for anything beyond basic authentication. Rather than just pushing third-party services as the solution, I believe we can do better as a community. +Authentication in the TypeScript ecosystem feels like a half-solved problem right now. Open-source libraries often requires a lot of additional code for anything beyond basic authentication. Rather than just pushing third-party services as the solution, I believe we can do better as a community—hence, Better Auth. ## Features