Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API…
Auth0 Nuxt SDK Overview Server-side session authentication for Nuxt 3/4. NOT the same as @auth0/auth0-vue (client-side SPA). Core principle: Uses server-side encrypted cookie sessions, not client-side tokens. When to Use Use this when: Building Nuxt 3/4 applications with server-side rendering (Node.js 20 LTS+) Need secure session management with encrypted cookies Protecting server routes and API endpoints Accessing Auth0 Management API or custom APIs
don't have the plugin yet? install it then click "run inline in claude" again.