Better Auth - TypeScript के लिए एक व्यापक Auth framework
(github.com/better-auth)- framework-स्वतंत्र TypeScript के लिए authentication (और authorization) लाइब्रेरी
- React, Vue, Svelte, Astro, Solid, Next.js, Nuxt, Tanstack Start, Hono आदि कई frameworks का समर्थन
- email और password authentication, session और account management फीचर built-in
- social login: GitHub, Google, Discord, Twitter आदि कई OAuth providers के साथ integration
- 2FA: कुछ lines of code से user account को two-factor authentication से सुरक्षित करें
- multi-tenant: organization, team, member management और invite फीचर का समर्थन। access control फीचर शामिल
- official plugins और community-निर्मित plugins से application experience को बेहतर बनाया जा सकता है
1 टिप्पणियां
https://github.com/twinstae/coaching-sospeso/blob/main/src/lib/auth.ts
मैं इसे अपने प्रोजेक्ट में इस्तेमाल कर रहा हूँ, और पहली छाप साफ-सुथरी व अच्छी है.