nestjs-better-auth
Installation
SKILL.md
NestJS Better Auth Integration
Comprehensive integration of Better Auth for NestJS applications using @thallesp/nestjs-better-auth.
REQUIRED: Better Auth >= 1.3.8. Older versions are unsupported.
Quick Reference
| Package | @thallesp/nestjs-better-auth |
|---|---|
| Install | npm install @thallesp/nestjs-better-auth |
| Body Parser | MUST disable in main.ts |
| Global Guard | Enabled by default (all routes protected) |
| Fastify | Beta support - may have issues |