UNPKG

better-auth

Version:

The most comprehensive authentication library for TypeScript.

35 lines (27 loc) 1.02 kB
<p align="center"> <picture> <source srcset="https://github.com/better-auth/better-auth/blob/main/banner-dark.png?raw=true" media="(prefers-color-scheme: dark)"> <source srcset="https://github.com/better-auth/better-auth/blob/main/banner.png?raw=true" media="(prefers-color-scheme: light)"> <img src="https://github.com/better-auth/better-auth/blob/main/banner.png?raw=true" alt="Better Auth Logo"> </picture> <h2 align="center"> Better Auth </h2> <p align="center"> The most comprehensive authentication library 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.