Setup & Installation
What This Skill Does
Adds Auth0 authentication to Nuxt 3/4 apps using server-side encrypted cookie sessions. Handles login flows, route protection, session management, and API access token retrieval through the @auth0/auth0-nuxt SDK. Covers the full Auth0-Nuxt integration path, including the specific gotchas around choosing the right SDK, env var prefixes, and server-side vs client-side session handling that trip up most developers.
When to use it
- Working with auth0 nuxt functionality
- Implementing auth0 nuxt features
- Debugging auth0 nuxt related issues
