better-auth
Version:
The most comprehensive authentication framework for TypeScript.
34 lines (28 loc) • 1.03 kB
Markdown
<p align="center">
<picture>
<source media="(prefers-color-scheme: dark)" srcset="https://github.com/better-auth/better-auth/blob/main/banner-dark.png?raw=true" />
<source media="(prefers-color-scheme: light)" srcset="https://github.com/better-auth/better-auth/blob/main/banner.png?raw=true" />
<img alt="Better Auth Logo" src="https://github.com/better-auth/better-auth/blob/main/banner.png?raw=true" />
</picture>
<h1 align="center">
Better Auth
</h1>
<p align="center">
The most comprehensive authentication framework for TypeScript
<br />
<a href="https://better-auth.com"><strong>Learn more »</strong></a>
<br />
<br />
<a href="https://discord.gg/better-auth">Discord</a>
·
<a href="https://better-auth.com">Website</a>
·
<a href="https://github.com/better-auth/better-auth/issues">Issues</a>
</p>
</p>
## Getting Started
```bash
pnpm install better-auth
```
Read the [Installation Guide](https://better-auth.com/docs/installation) to
learn more.