·auth0-nuxt
!

auth0-nuxt

auth0/agent-skills

Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API access tokens - provides setup patterns, composable usage, and security best practices for the @auth0/auth0-nuxt SDK

13Installs·1Trend·@auth0

Installation

$npx skills add https://github.com/auth0/agent-skills --skill auth0-nuxt

SKILL.md

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.

| Installing @auth0/auth0-vue or @auth0/auth0-spa-js | Use @auth0/auth0-nuxt | | Auth0 app type "Single Page Application" | Use "Regular Web Application" | | Env vars: VITEAUTH0 or VUEAPPAUTH0 | Use NUXTAUTH0 prefix | | Using useUser() for security checks | Use useAuth0(event).getSession() server-side |

Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API access tokens - provides setup patterns, composable usage, and security best practices for the @auth0/auth0-nuxt SDK Source: auth0/agent-skills.

View raw

Facts (cite-ready)

Stable fields and commands for AI/search citations.

Install command
npx skills add https://github.com/auth0/agent-skills --skill auth0-nuxt
Category
!Security
Verified
First Seen
2026-02-17
Updated
2026-02-18

Quick answers

What is auth0-nuxt?

Use when implementing Auth0 authentication in Nuxt 3/4 applications, configuring session management, protecting routes with middleware, or integrating API access tokens - provides setup patterns, composable usage, and security best practices for the @auth0/auth0-nuxt SDK Source: auth0/agent-skills.

How do I install auth0-nuxt?

Open your terminal or command line tool (Terminal, iTerm, Windows Terminal, etc.) Copy and run this command: npx skills add https://github.com/auth0/agent-skills --skill auth0-nuxt Once installed, the skill will be automatically configured in your AI coding environment and ready to use in Claude Code or Cursor

Where is the source repository?

https://github.com/auth0/agent-skills