Back to skills

auth0-nuxt

security

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/aut

Setup & Installation

npx skills add https://github.com/auth0/auth0-nuxt --skill auth0-nuxt
or paste the link and ask your coding assistant to install it
https://github.com/auth0/auth0-nuxt
View on GitHub

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