Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/better-auth/better-auth
The most comprehensive authentication framework for TypeScript
https://github.com/better-auth/better-auth
Last synced: 5 days ago
JSON representation
The most comprehensive authentication framework for TypeScript
- Host: GitHub
- URL: https://github.com/better-auth/better-auth
- Owner: better-auth
- License: mit
- Created: 2024-05-19T21:40:04.000Z (8 months ago)
- Default Branch: main
- Last Pushed: 2025-01-16T17:02:53.000Z (9 days ago)
- Last Synced: 2025-01-16T23:51:43.867Z (9 days ago)
- Language: TypeScript
- Homepage: https://better-auth.com
- Size: 33.4 MB
- Stars: 6,114
- Watchers: 11
- Forks: 347
- Open Issues: 178
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
- Security: SECURITY.md
Awesome Lists containing this project
- awesome - better-auth/better-auth - The most comprehensive authentication framework for TypeScript (TypeScript)
- my-awesome-list - better-auth - auth | 6254 | (TypeScript)
README
Better Auth
The most comprehensive authentication library for TypeScript
Learn more »
Discord
·
Website
·
Issues
[![npm](https://img.shields.io/npm/dm/better-auth)](https://npm.chart.dev/better-auth?primary=neutral&gray=neutral&theme=dark)
[![npm version](https://img.shields.io/npm/v/better-auth.svg)](https://www.npmjs.com/package/better-auth)
[![GitHub stars](https://img.shields.io/github/stars/better-auth/better-auth)](https://github.com/better-auth/better-auth/stargazers)## About the Project
Better Auth is framework-agnostic authentication (and authorization) 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 in short amount of time. Whether you need 2FA, multi-tenant support, or other complex features. It lets you focus on building your actual application instead of reinventing the wheel.
### Why Better Auth
Authentication in the TypeScript ecosystem is a half-solved problem. Other 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.
## Contribution
Better Auth is free and open source project licensed under the [MIT License](./LICENSE.md). You are free to do whatever you want with it.
You could help continuing its development by:
- [Contribute to the source code](./CONTRIBUTING.md)
- [Suggest new features and report issues](https://github.com/better-auth/better-auth/issues)## Security
If you discover a security vulnerability within Better Auth, please send an e-mail to [email protected].All reports will be promptly addressed, and you'll be credited accordingly.