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.