auth-integration / library
Better Auth
Capability: Better Auth
Use it when
- add secure session and OAuth authentication to a small Node or TypeScript application
- avoid rolling custom JWT, password, session, and account-linking code
What it solves
Not the fit when
- requires correct database, cookie, origin, and provider configuration
Install
npm install better-auth
Invoke
Configure Better Auth with the application database, enable only required providers, and expose its handler in the server runtime.
Alternatives
No reviewed alternatives recorded yet.