auth0-nuxt
✓在 Nuxt 3/4 应用程序中实现 Auth0 身份验证、配置会话管理、使用中间件保护路由或集成 API 访问令牌时使用 - 为 @auth0/auth0-nuxt SDK 提供设置模式、可组合用法和安全最佳实践
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 |
在 Nuxt 3/4 应用程序中实现 Auth0 身份验证、配置会话管理、使用中间件保护路由或集成 API 访问令牌时使用 - 为 @auth0/auth0-nuxt SDK 提供设置模式、可组合用法和安全最佳实践 来源:auth0/agent-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/auth0/agent-skills --skill auth0-nuxt- 分类
- !安全工具
- 认证
- ✓
- 收录时间
- 2026-02-17
- 更新时间
- 2026-02-18
快速解答
什么是 auth0-nuxt?
在 Nuxt 3/4 应用程序中实现 Auth0 身份验证、配置会话管理、使用中间件保护路由或集成 API 访问令牌时使用 - 为 @auth0/auth0-nuxt SDK 提供设置模式、可组合用法和安全最佳实践 来源:auth0/agent-skills。
如何安装 auth0-nuxt?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/auth0/agent-skills --skill auth0-nuxt 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/auth0/agent-skills
详情
- 分类
- !安全工具
- 来源
- skills.sh
- 收录时间
- 2026-02-17