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.