Nuxt Better Auth Authentication module for Nuxt 4+ built on Better Auth. Provides composables, server utilities, and route protection. Alpha Status : This module is currently in alpha (v0.0.2-alpha.19) and not recommended for production use. APIs may change. When to Use - Installing/configuring - Implementing login/signup/signout flows - Protecting routes (client and server) - Accessing user session in API routes - Integrating Better Auth plugins (admin, passkey, 2FA) - Setting up database with NuxtHub - Using clientOnly mode for external auth backends - Adding i18n support with For Nuxt patt…