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)
Da utilizzare durante la migrazione da provider di autenticazione esistenti (Firebase, Cognito, Supabase, autenticazione personalizzata) ad Auth0: copre l'importazione di utenti in blocco, le strategie di migrazione graduale, i modelli di migrazione del codice e gli aggiornamenti di convalida JWT Fonte: auth0/agent-skills.