feat: move password to argon2

This commit is contained in:
Bereket Engida
2024-09-06 21:25:59 +03:00
parent 761d8b54a0
commit 0397b2b7e9
20 changed files with 410 additions and 117 deletions

View File

@@ -1,9 +1,6 @@
---
title: Introduction
description: Introduction to Better Auth.
---
# Better Auth
Better Auth is a type-safe, framework-agnostic authentication library for TypeScript. It provides a comprehensive set of features out of the box and includes a plugin ecosystem that simplifies adding advanced functionalities with minimal code. Whether you need 2FA, multi-tenant support, or other complex features. It lets you focus on building your app instead of reinventing the wheel.
Framework-agnostic, Comprehensive, extensible authentication library for TypeScript.
## Getting Started