auth0-migration
✓从现有身份验证提供程序(Firebase、Cognito、Supabase、自定义身份验证)迁移到 Auth0 时使用 - 涵盖批量用户导入、逐步迁移策略、代码迁移模式和 JWT 验证更新
SKILL.md
Migrate users and authentication flows from existing auth providers to Auth0.
| signInWithEmailAndPassword, onAuthStateChanged | Firebase Auth | | useUser, useSession, isSignedIn | Existing auth hooks | | passport.authenticate, LocalStrategy | Passport.js | | authorize, getAccessToken, oauth | OAuth/OIDC | | JWT, jwt.verify, jsonwebtoken | Token-based auth | | /api/auth/, /login, /callback | Auth routes |
I detected existing authentication in your project. Are you: Migrating to Auth0 (replace existing auth) Adding Auth0 alongside (keep both temporarily) Starting fresh (remove old auth, new Auth0 setup)
从现有身份验证提供程序(Firebase、Cognito、Supabase、自定义身份验证)迁移到 Auth0 时使用 - 涵盖批量用户导入、逐步迁移策略、代码迁移模式和 JWT 验证更新 来源:auth0/agent-skills。
可引用信息
为搜索与 AI 引用准备的稳定字段与命令。
- 安装命令
npx skills add https://github.com/auth0/agent-skills --skill auth0-migration- 分类
- </>开发工具
- 认证
- ✓
- 收录时间
- 2026-02-17
- 更新时间
- 2026-02-18
快速解答
什么是 auth0-migration?
从现有身份验证提供程序(Firebase、Cognito、Supabase、自定义身份验证)迁移到 Auth0 时使用 - 涵盖批量用户导入、逐步迁移策略、代码迁移模式和 JWT 验证更新 来源:auth0/agent-skills。
如何安装 auth0-migration?
打开你的终端或命令行工具(如 Terminal、iTerm、Windows Terminal 等) 复制并运行以下命令:npx skills add https://github.com/auth0/agent-skills --skill auth0-migration 安装完成后,技能将自动配置到你的 AI 编程环境中,可以在 Claude Code 或 Cursor 中使用
这个 Skill 的源码在哪?
https://github.com/auth0/agent-skills
详情
- 分类
- </>开发工具
- 来源
- skills.sh
- 收录时间
- 2026-02-17