अपने वेब ऐप्लिकेशन में बहु-स्तरीय पुष्टि (MFA) जोड़ें

अगर आपके पास Firebase Authentication with Identity Platform पर अपग्रेड किया गया है, तो आप एसएमएस के लिए बहु-स्तरीय पुष्टि (MFA) की सुविधा जोड़ सकते हैं अपने वेब ऐप्लिकेशन से लिंक करें.

बहु-स्तरीय पुष्टि (MFA) की सुविधा से आपके ऐप्लिकेशन की सुरक्षा बढ़ जाती है. हमलावरों को पासवर्ड और सोशल मीडिया खातों के साथ छेड़छाड़ करती है, तो मैसेज को रोकना और मुश्किल हो जाता है.

शुरू करने से पहले

  1. बहु-स्तरीय पुष्टि (MFA) की सुविधा देने वाली कम से कम एक कंपनी चालू करें. मोबाइल और इंटरनेट सेवा देने वाली हर कंपनी, MFA के अलावा फ़ोन से पुष्टि, पहचान छिपाकर पुष्टि करने, और Apple Game Center.

  2. उन इलाकों को चालू करें जहां आपको एसएमएस की मदद से पुष्टि करने की सुविधा इस्तेमाल करनी है. Firebase, मैसेज (एसएमएस) के क्षेत्र नीति को पूरी तरह से ब्लॉक करता है. इस नीति के तहत, डिफ़ॉल्ट रूप से, आपके प्रोजेक्ट को ज़्यादा सुरक्षित स्थिति में बनाने में मदद करता है.

  3. पक्का करें कि आपका ऐप्लिकेशन, उपयोगकर्ता के ईमेल की पुष्टि कर रहा है. MFA के लिए ईमेल पते की पुष्टि करना ज़रूरी है. इससे, नुकसान पहुंचाने वाले लोग या ग्रुप, ईमेल का इस्तेमाल करके किसी सेवा के लिए रजिस्टर नहीं कर पाएंगे वे मालिक नहीं हैं, तो एक सेकंड जोड़कर असली मालिक को लॉक कर दिया जाता है फ़ैक्टर.

मल्टी-टेनेंसी का इस्तेमाल करना

अगर आप बहु-स्तरीय पुष्टि (MFA) की सुविधा को चालू कर रहे हैं, तो मल्टी-टेनेंट एनवायरमेंट के लिए, पक्का करें कि इन चरणों को पूरा करने के लिए, इन चरणों के अलावा इस दस्तावेज़ में दिए गए निर्देश देखें):

  1. Google Cloud Console में, वह किरायेदार चुनें जिसके साथ आपको काम करना है.

  2. अपने कोड में, Auth इंस्टेंस पर मौजूद tenantId फ़ील्ड को अपने किरायेदार का आईडी. उदाहरण के लिए:

    Web

    import { getAuth } from "firebase/auth";
    
    const auth = getAuth(app);
    auth.tenantId = "myTenantId1";
    

    Web

    firebase.auth().tenantId = 'myTenantId1';
    

बहु-स्तरीय पुष्टि (MFA) की सुविधा चालू करना

  1. पुष्टि करने की सुविधा > साइन इन करने का तरीका पेज Firebase कंसोल का.

  2. बेहतर सेक्शन में, एसएमएस के लिए बहु-स्तरीय पुष्टि (MFA) चालू करें.

    आपको वे फ़ोन नंबर भी डालने चाहिए, जिनसे आप अपने ऐप्लिकेशन का परीक्षण करना चाहते हैं. हालांकि, टेस्ट फ़ोन नंबर रजिस्टर करना ज़रूरी नहीं है, लेकिन डेवलपमेंट के दौरान थ्रॉटलिंग से बचें.

  3. अगर आपने पहले से अपने ऐप्लिकेशन के डोमेन को अनुमति नहीं दी है, तो उसे अनुमति वाले डोमेन में जोड़ें की सूची दिखेगी.पुष्टि करने की प्रक्रिया > सेटिंग पेज Firebase कंसोल का.

रजिस्ट्रेशन का पैटर्न चुनना

आपके पास यह चुनने का विकल्प है कि आपके ऐप्लिकेशन के लिए बहु-स्तरीय पुष्टि (MFA) की ज़रूरत है या नहीं. साथ ही, यह भी चुनें कि और उपयोगकर्ताओं को कब रजिस्टर करना है. कुछ सामान्य पैटर्न में ये शामिल हैं:

  • रजिस्ट्रेशन के हिस्से के तौर पर, उपयोगकर्ता के दूसरे चरण को रजिस्टर करें. इसका इस्तेमाल करें का तरीका इस्तेमाल करें.

  • रजिस्ट्रेशन के दौरान दूसरा चरण जोड़ने का विकल्प दें, जिसे स्किप किया जा सके. ऐप्लिकेशन जो इसे प्रोत्साहित करना चाहते हैं, लेकिन ज़रूरी नहीं है, बहु-स्तरीय पुष्टि (MFA) को प्राथमिकता देनी चाहिए.

  • उपयोगकर्ता के खाते या प्रोफ़ाइल में, पुष्टि करने का दूसरा चरण जोड़ने की सुविधा दें प्रबंधन पेज पर क्लिक करें. इससे कन्वर्ज़न के दौरान दिक्कतें कम हो जाती हैं रजिस्ट्रेशन की प्रक्रिया के साथ-साथ बहु-स्तरीय पुष्टि (MFA) की सुविधा सुरक्षा के लिए संवेदनशील उपयोगकर्ताओं के लिए उपलब्ध है.

  • जब उपयोगकर्ता ऐक्सेस करना चाहे, तब बढ़ोतरी के हिसाब से दूसरा चरण जोड़ना होगा सुविधाओं के बारे में बात करते हैं.

reCAPTCHA की पुष्टि करने वाला प्रोग्राम सेट अप करना

मैसेज (एसएमएस) कोड भेजने से पहले, आपको reCAPTCHA की पुष्टि करने वाली सुविधा को कॉन्फ़िगर करना होगा. Firebase, reCAPTCHA का इस्तेमाल करके प्लैटफ़ॉर्म के गलत इस्तेमाल को रोकता है. इसके लिए, यह पक्का करता है कि फ़ोन नंबर की पुष्टि करने के अनुरोध, आपके ऐप्लिकेशन के अनुमति वाले किसी डोमेन से आते हैं.

आपको मैन्युअल तरीके से reCAPTCHA क्लाइंट सेट अप करने की ज़रूरत नहीं है; क्लाइंट SDK टूल की RecaptchaVerifier ऑब्जेक्ट अपने-आप कोई ज़रूरी वैल्यू बनाता और शुरू करता है और सीक्रेट मिलते हैं.

दिखाई न देने वाले reCAPTCHA का इस्तेमाल करना

RecaptchaVerifier ऑब्जेक्ट काम करता है नहीं दिखने वाला reCAPTCHA, जो अक्सर बिना किसी इंटरैक्शन के उपयोगकर्ता की पुष्टि कर सके. किसी दिखाई न देने वाला reCAPTCHA, size पैरामीटर सेट वाला RecaptchaVerifier बनाएं invisible के लिए और उस यूज़र इंटरफ़ेस (यूआई) एलिमेंट का आईडी बताएं जो मल्टी-फ़ैक्टर से शुरू होता है रजिस्ट्रेशन:

Web

import { RecaptchaVerifier } from "firebase/auth";

const recaptchaVerifier = new RecaptchaVerifier("sign-in-button", {
    "size": "invisible",
    "callback": function(response) {
        // reCAPTCHA solved, you can proceed with
        // phoneAuthProvider.verifyPhoneNumber(...).
        onSolvedRecaptcha();
    }
}, auth);

Web

var recaptchaVerifier = new firebase.auth.RecaptchaVerifier('sign-in-button', {
'size': 'invisible',
'callback': function(response) {
  // reCAPTCHA solved, you can proceed with phoneAuthProvider.verifyPhoneNumber(...).
  onSolvedRecaptcha();
}
});

reCAPTCHA विजेट का इस्तेमाल करना

दिखने वाले reCAPTCHA विजेट का इस्तेमाल करने के लिए, वह एचटीएमएल एलिमेंट बनाएं जिसमें यह शामिल हो विजेट को चुनकर, यूज़र इंटरफ़ेस (यूआई) के आईडी के साथ RecaptchaVerifier ऑब्जेक्ट बनाएं कंटेनर. आप वैकल्पिक रूप से उन कॉलबैक को भी सेट कर सकते हैं जिनका इस्तेमाल तब किया जाता है, जब reCAPTCHA की प्रोसेस पूरी हो गई है या इसकी समयसीमा खत्म हो गई है:

Web

import { RecaptchaVerifier } from "firebase/auth";

const recaptchaVerifier = new RecaptchaVerifier(
    "recaptcha-container",

    // Optional reCAPTCHA parameters.
    {
      "size": "normal",
      "callback": function(response) {
        // reCAPTCHA solved, you can proceed with
        // phoneAuthProvider.verifyPhoneNumber(...).
        onSolvedRecaptcha();
      },
      "expired-callback": function() {
        // Response expired. Ask user to solve reCAPTCHA again.
        // ...
      }
    }, auth
);

Web

var recaptchaVerifier = new firebase.auth.RecaptchaVerifier(
  'recaptcha-container',
  // Optional reCAPTCHA parameters.
  {
    'size': 'normal',
    'callback': function(response) {
      // reCAPTCHA solved, you can proceed with phoneAuthProvider.verifyPhoneNumber(...).
      // ...
      onSolvedRecaptcha();
    },
    'expired-callback': function() {
      // Response expired. Ask user to solve reCAPTCHA again.
      // ...
    }
  });

reCAPTCHA को पहले से रेंडर करना

इसके अलावा, दो चरणों में पुष्टि करने की प्रक्रिया शुरू करने से पहले, reCAPTCHA को पहले से रेंडर किया जा सकता है रजिस्ट्रेशन:

Web

recaptchaVerifier.render()
    .then(function (widgetId) {
        window.recaptchaWidgetId = widgetId;
    });

Web

recaptchaVerifier.render()
  .then(function(widgetId) {
    window.recaptchaWidgetId = widgetId;
  });

render() समस्या हल होने के बाद, आपको reCAPTCHA का विजेट आईडी मिलेगा. इसका इस्तेमाल किया जा सकता है CANNOT TRANSLATE re कैप्चा API:

var recaptchaResponse = grecaptcha.getResponse(window.recaptchaWidgetId);

reCAPTCHAVerifier इस लॉजिक को पुष्टि करने के तरीके से ऐब्स्ट्रैक्ट कर देता है. इसलिए, आपको grecaptcha वैरिएबल को सीधे तौर पर हैंडल करने की ज़रूरत नहीं होती.

पुष्टि करने का दूसरा चरण रजिस्टर करना

किसी उपयोगकर्ता के लिए कोई नया सेकंडरी फ़ैक्टर रजिस्टर करने के लिए:

  1. उपयोगकर्ता की फिर से पुष्टि करें.

  2. उपयोगकर्ता से उसका फ़ोन नंबर डालने के लिए कहें.

  3. reCAPTCHA की पुष्टि करने वाली सुविधा को शुरू करें, जैसा कि पिछले सेक्शन में दिखाया गया है. अगर ReCapVerifier इंस्टेंस पहले से कॉन्फ़िगर है, तो यह चरण छोड़ दें:

    Web

    import { RecaptchaVerifier } from "firebase/auth";
    
    const recaptchaVerifier = new RecaptchaVerifier('recaptcha-container-id', undefined, auth);
    

    Web

    var recaptchaVerifier = new firebase.auth.RecaptchaVerifier('recaptcha-container-id');
    
  4. उपयोगकर्ता के लिए एक से ज़्यादा तरीकों वाला सेशन पाएं:

    Web

    import { multiFactor } from "firebase/auth";
    
    multiFactor(user).getSession().then(function (multiFactorSession) {
        // ...
    });
    

    Web

    user.multiFactor.getSession().then(function(multiFactorSession) {
      // ...
    })
    
  5. PhoneInfoOptions ऑब्जेक्ट को उपयोगकर्ता के फ़ोन नंबर के साथ शुरू करें और यह कई तरीकों से होने वाले सेशन में:

    Web

    // Specify the phone number and pass the MFA session.
    const phoneInfoOptions = {
      phoneNumber: phoneNumber,
      session: multiFactorSession
    };
    

    Web

    // Specify the phone number and pass the MFA session.
    var phoneInfoOptions = {
      phoneNumber: phoneNumber,
      session: multiFactorSession
    };
    
  6. उपयोगकर्ता के फ़ोन पर पुष्टि करने के लिए एक मैसेज भेजें:

    Web

    import { PhoneAuthProvider } from "firebase/auth";
    
    const phoneAuthProvider = new PhoneAuthProvider(auth);
    phoneAuthProvider.verifyPhoneNumber(phoneInfoOptions, recaptchaVerifier)
        .then(function (verificationId) {
            // verificationId will be needed to complete enrollment.
        });
    

    Web

    var phoneAuthProvider = new firebase.auth.PhoneAuthProvider();
    // Send SMS verification code.
    return phoneAuthProvider.verifyPhoneNumber(phoneInfoOptions, recaptchaVerifier)
      .then(function(verificationId) {
        // verificationId will be needed for enrollment completion.
      })
    

    हालांकि ज़रूरी नहीं है, लेकिन बेहतर होगा कि आप उपयोगकर्ताओं को पहले ही यह बता दें कि तो उन्हें एक एसएमएस मिलेगा और सामान्य दरें लागू होंगी.

  7. अगर अनुरोध पूरा नहीं होता है, तो reCAPTCHA को रीसेट करें और पिछला चरण दोहराएं ताकि उपयोगकर्ता फिर से कोशिश कर सके. ध्यान दें कि verifyPhoneNumber() reCAPTCHA को अपने-आप रीसेट कर देता है, जब इससे कोई गड़बड़ी होती है, जैसे कि reCAPTCHA टोकन का इस्तेमाल सिर्फ़ एक बार किया जा सकता है.

    Web

    recaptchaVerifier.clear();
    

    Web

    recaptchaVerifier.clear();
    
  8. एसएमएस कोड भेजने के बाद, उपयोगकर्ता से कोड की पुष्टि करने के लिए कहें:

    Web

    // Ask user for the verification code. Then:
    const cred = PhoneAuthProvider.credential(verificationId, verificationCode);
    

    Web

    // Ask user for the verification code. Then:
    var cred = firebase.auth.PhoneAuthProvider.credential(verificationId, verificationCode);
    
  9. MultiFactorAssertion ऑब्जेक्ट को PhoneAuthCredential के साथ शुरू करें:

    Web

    import { PhoneMultiFactorGenerator } from "firebase/auth";
    
    const multiFactorAssertion = PhoneMultiFactorGenerator.assertion(cred);
    

    Web

    var multiFactorAssertion = firebase.auth.PhoneMultiFactorGenerator.assertion(cred);
    
  10. रजिस्टर करने की प्रोसेस पूरी करें. वैकल्पिक रूप से, आप दूसरा चरण. यह उन उपयोगकर्ताओं के लिए उपयोगी है जिनके कई सेकंड होते हैं, क्योंकि पुष्टि करने की प्रक्रिया के दौरान, फ़ोन नंबर छिपा दिया जाता है (इसके लिए उदाहरण के लिए, +1******1234).

    Web

    // Complete enrollment. This will update the underlying tokens
    // and trigger ID token change listener.
    multiFactor(user).enroll(multiFactorAssertion, "My personal phone number");
    

    Web

    // Complete enrollment. This will update the underlying tokens
    // and trigger ID token change listener.
    user.multiFactor.enroll(multiFactorAssertion, 'My personal phone number');
    

यहां दिए गए कोड में, दूसरे फ़ैक्टर को रजिस्टर करने का पूरा उदाहरण दिया गया है:

Web

import {
    multiFactor, PhoneAuthProvider, PhoneMultiFactorGenerator,
    RecaptchaVerifier
} from "firebase/auth";

const recaptchaVerifier = new RecaptchaVerifier('recaptcha-container-id', undefined, auth);
multiFactor(user).getSession()
    .then(function (multiFactorSession) {
        // Specify the phone number and pass the MFA session.
        const phoneInfoOptions = {
            phoneNumber: phoneNumber,
            session: multiFactorSession
        };

        const phoneAuthProvider = new PhoneAuthProvider(auth);

        // Send SMS verification code.
        return phoneAuthProvider.verifyPhoneNumber(phoneInfoOptions, recaptchaVerifier);
    }).then(function (verificationId) {
        // Ask user for the verification code. Then:
        const cred = PhoneAuthProvider.credential(verificationId, verificationCode);
        const multiFactorAssertion = PhoneMultiFactorGenerator.assertion(cred);

        // Complete enrollment.
        return multiFactor(user).enroll(multiFactorAssertion, mfaDisplayName);
    });

Web

var recaptchaVerifier = new firebase.auth.RecaptchaVerifier('recaptcha-container-id');
user.multiFactor.getSession().then(function(multiFactorSession) {
  // Specify the phone number and pass the MFA session.
  var phoneInfoOptions = {
    phoneNumber: phoneNumber,
    session: multiFactorSession
  };
  var phoneAuthProvider = new firebase.auth.PhoneAuthProvider();
  // Send SMS verification code.
  return phoneAuthProvider.verifyPhoneNumber(
      phoneInfoOptions, recaptchaVerifier);
})
.then(function(verificationId) {
  // Ask user for the verification code.
  var cred = firebase.auth.PhoneAuthProvider.credential(verificationId, verificationCode);
  var multiFactorAssertion = firebase.auth.PhoneMultiFactorGenerator.assertion(cred);
  // Complete enrollment.
  return user.multiFactor.enroll(multiFactorAssertion, mfaDisplayName);
});

बधाई हो! आपने इसके लिए दूसरा प्रमाणीकरण कारक सफलतापूर्वक रजिस्टर किया है एक उपयोगकर्ता.

दूसरे चरण से उपयोगकर्ताओं को साइन इन करना

दो-तरीकों से मैसेज (एसएमएस) की मदद से पुष्टि करने वाले उपयोगकर्ता को साइन इन करने के लिए:

  1. पहले चरण से उपयोगकर्ता को साइन इन करें. इसके बाद, auth/multi-factor-auth-required गड़बड़ी. इस गड़बड़ी में रिज़ॉल्वर, रजिस्टर किए गए दूसरे फ़ैक्टर पर संकेत, और बुनियादी सेशन पहले चरण से यह साबित करना कि उपयोगकर्ता की पुष्टि हुई है.

    उदाहरण के लिए, अगर उपयोगकर्ता ने सबसे पहले ईमेल और पासवर्ड पर साइन इन किया था:

    Web

    import { getAuth, getMultiFactorResolver} from "firebase/auth";
    
    const auth = getAuth();
    signInWithEmailAndPassword(auth, email, password)
        .then(function (userCredential) {
            // User successfully signed in and is not enrolled with a second factor.
        })
        .catch(function (error) {
            if (error.code == 'auth/multi-factor-auth-required') {
                // The user is a multi-factor user. Second factor challenge is required.
                resolver = getMultiFactorResolver(auth, error);
                // ...
            } else if (error.code == 'auth/wrong-password') {
                // Handle other errors such as wrong password.
            }
    });
    

    Web

    firebase.auth().signInWithEmailAndPassword(email, password)
      .then(function(userCredential) {
        // User successfully signed in and is not enrolled with a second factor.
      })
      .catch(function(error) {
        if (error.code == 'auth/multi-factor-auth-required') {
          // The user is a multi-factor user. Second factor challenge is required.
          resolver = error.resolver;
          // ...
        } else if (error.code == 'auth/wrong-password') {
          // Handle other errors such as wrong password.
        } ...
      });
    

    अगर उपयोगकर्ता का पहला कारक कोई फ़ेडरेटेड प्रोवाइडर है, जैसे कि OAuth, एसएएमएल या OIDC: signInWithPopup() को कॉल करने के बाद गड़बड़ी का पता लगाएं या signInWithRedirect().

  2. अगर उपयोगकर्ता ने कई सेकंडरी फ़ैक्टर रजिस्टर किए हैं, तो उससे पूछें कि किसकी इस्तेमाल करने के लिए:

    Web

    // Ask user which second factor to use.
    // You can get the masked phone number via resolver.hints[selectedIndex].phoneNumber
    // You can get the display name via resolver.hints[selectedIndex].displayName
    
    if (resolver.hints[selectedIndex].factorId ===
        PhoneMultiFactorGenerator.FACTOR_ID) {
        // User selected a phone second factor.
        // ...
    } else if (resolver.hints[selectedIndex].factorId ===
               TotpMultiFactorGenerator.FACTOR_ID) {
        // User selected a TOTP second factor.
        // ...
    } else {
        // Unsupported second factor.
    }
    

    Web

    // Ask user which second factor to use.
    // You can get the masked phone number via resolver.hints[selectedIndex].phoneNumber
    // You can get the display name via resolver.hints[selectedIndex].displayName
    if (resolver.hints[selectedIndex].factorId === firebase.auth.PhoneMultiFactorGenerator.FACTOR_ID) {
      // User selected a phone second factor.
      // ...
    } else if (resolver.hints[selectedIndex].factorId === firebase.auth.TotpMultiFactorGenerator.FACTOR_ID) {
      // User selected a TOTP second factor.
      // ...
    } else {
      // Unsupported second factor.
    }
    
  3. reCAPTCHA की पुष्टि करने वाली सुविधा को शुरू करें, जैसा कि पिछले सेक्शन में दिखाया गया है. अगर ReCapVerifier इंस्टेंस पहले से कॉन्फ़िगर है, तो यह चरण छोड़ दें:

    Web

    import { RecaptchaVerifier } from "firebase/auth";
    
    recaptchaVerifier = new RecaptchaVerifier('recaptcha-container-id', undefined, auth);
    

    Web

    var recaptchaVerifier = new firebase.auth.RecaptchaVerifier('recaptcha-container-id');
    
  4. PhoneInfoOptions ऑब्जेक्ट को उपयोगकर्ता के फ़ोन नंबर के साथ शुरू करें और बहु-स्तरीय सत्र (मल्टी-फ़ैक्टर सेशन) का इस्तेमाल करना होगा. ये वैल्यू, resolver में शामिल हैं ऑब्जेक्ट auth/multi-factor-auth-required गड़बड़ी को पास किया गया:

    Web

    const phoneInfoOptions = {
        multiFactorHint: resolver.hints[selectedIndex],
        session: resolver.session
    };
    

    Web

    var phoneInfoOptions = {
      multiFactorHint: resolver.hints[selectedIndex],
      session: resolver.session
    };
    
  5. उपयोगकर्ता के फ़ोन पर पुष्टि करने के लिए एक मैसेज भेजें:

    Web

    // Send SMS verification code.
    const phoneAuthProvider = new PhoneAuthProvider(auth);
    phoneAuthProvider.verifyPhoneNumber(phoneInfoOptions, recaptchaVerifier)
        .then(function (verificationId) {
            // verificationId will be needed for sign-in completion.
        });
    

    Web

    var phoneAuthProvider = new firebase.auth.PhoneAuthProvider();
    // Send SMS verification code.
    return phoneAuthProvider.verifyPhoneNumber(phoneInfoOptions, recaptchaVerifier)
      .then(function(verificationId) {
        // verificationId will be needed for sign-in completion.
      })
    
  6. अगर अनुरोध पूरा नहीं होता है, तो reCAPTCHA को रीसेट करें और पिछला चरण दोहराएं ताकि उपयोगकर्ता फिर से कोशिश कर सके:

    Web

    recaptchaVerifier.clear();
    

    Web

    recaptchaVerifier.clear();
    
  7. एसएमएस कोड भेजने के बाद, उपयोगकर्ता से कोड की पुष्टि करने के लिए कहें:

    Web

    const cred = PhoneAuthProvider.credential(verificationId, verificationCode);
    

    Web

    // Ask user for the verification code. Then:
    var cred = firebase.auth.PhoneAuthProvider.credential(verificationId, verificationCode);
    
  8. MultiFactorAssertion ऑब्जेक्ट को PhoneAuthCredential के साथ शुरू करें:

    Web

    const multiFactorAssertion = PhoneMultiFactorGenerator.assertion(cred);
    

    Web

    var multiFactorAssertion = firebase.auth.PhoneMultiFactorGenerator.assertion(cred);
    
  9. पुष्टि करने के सेकंडरी तरीके को पूरा करने के लिए, resolver.resolveSignIn() पर कॉल करें. इसके बाद, साइन-इन के ओरिजनल नतीजे को ऐक्सेस किया जा सकता है. इस नतीजे में यह जानकारी शामिल होती है सेवा देने वाली कंपनी से जुड़ा स्टैंडर्ड डेटा और पुष्टि करने के लिए क्रेडेंशियल:

    Web

    // Complete sign-in. This will also trigger the Auth state listeners.
    resolver.resolveSignIn(multiFactorAssertion)
        .then(function (userCredential) {
            // userCredential will also contain the user, additionalUserInfo, optional
            // credential (null for email/password) associated with the first factor sign-in.
    
            // For example, if the user signed in with Google as a first factor,
            // userCredential.additionalUserInfo will contain data related to Google
            // provider that the user signed in with.
            // - user.credential contains the Google OAuth credential.
            // - user.credential.accessToken contains the Google OAuth access token.
            // - user.credential.idToken contains the Google OAuth ID token.
        });
    

    Web

    // Complete sign-in. This will also trigger the Auth state listeners.
    resolver.resolveSignIn(multiFactorAssertion)
      .then(function(userCredential) {
        // userCredential will also contain the user, additionalUserInfo, optional
        // credential (null for email/password) associated with the first factor sign-in.
        // For example, if the user signed in with Google as a first factor,
        // userCredential.additionalUserInfo will contain data related to Google provider that
        // the user signed in with.
        // user.credential contains the Google OAuth credential.
        // user.credential.accessToken contains the Google OAuth access token.
        // user.credential.idToken contains the Google OAuth ID token.
      });
    

यहां दिया गया कोड, एक से ज़्यादा तरीकों से साइन इन करने वाले उपयोगकर्ता के लिए साइन इन करने का पूरा उदाहरण दिखाता है:

Web

import {
    getAuth,
    getMultiFactorResolver,
    PhoneAuthProvider,
    PhoneMultiFactorGenerator,
    RecaptchaVerifier,
    signInWithEmailAndPassword
} from "firebase/auth";

const recaptchaVerifier = new RecaptchaVerifier('recaptcha-container-id', undefined, auth);

const auth = getAuth();
signInWithEmailAndPassword(auth, email, password)
    .then(function (userCredential) {
        // User is not enrolled with a second factor and is successfully
        // signed in.
        // ...
    })
    .catch(function (error) {
        if (error.code == 'auth/multi-factor-auth-required') {
            const resolver = getMultiFactorResolver(auth, error);
            // Ask user which second factor to use.
            if (resolver.hints[selectedIndex].factorId ===
                PhoneMultiFactorGenerator.FACTOR_ID) {
                const phoneInfoOptions = {
                    multiFactorHint: resolver.hints[selectedIndex],
                    session: resolver.session
                };
                const phoneAuthProvider = new PhoneAuthProvider(auth);
                // Send SMS verification code
                return phoneAuthProvider.verifyPhoneNumber(phoneInfoOptions, recaptchaVerifier)
                    .then(function (verificationId) {
                        // Ask user for the SMS verification code. Then:
                        const cred = PhoneAuthProvider.credential(
                            verificationId, verificationCode);
                        const multiFactorAssertion =
                            PhoneMultiFactorGenerator.assertion(cred);
                        // Complete sign-in.
                        return resolver.resolveSignIn(multiFactorAssertion)
                    })
                    .then(function (userCredential) {
                        // User successfully signed in with the second factor phone number.
                    });
            } else if (resolver.hints[selectedIndex].factorId ===
                       TotpMultiFactorGenerator.FACTOR_ID) {
                // Handle TOTP MFA.
                // ...
            } else {
                // Unsupported second factor.
            }
        } else if (error.code == 'auth/wrong-password') {
            // Handle other errors such as wrong password.
        }
    });

Web

var resolver;
firebase.auth().signInWithEmailAndPassword(email, password)
  .then(function(userCredential) {
    // User is not enrolled with a second factor and is successfully signed in.
    // ...
  })
  .catch(function(error) {
    if (error.code == 'auth/multi-factor-auth-required') {
      resolver = error.resolver;
      // Ask user which second factor to use.
      if (resolver.hints[selectedIndex].factorId ===
          firebase.auth.PhoneMultiFactorGenerator.FACTOR_ID) {
        var phoneInfoOptions = {
          multiFactorHint: resolver.hints[selectedIndex],
          session: resolver.session
        };
        var phoneAuthProvider = new firebase.auth.PhoneAuthProvider();
        // Send SMS verification code
        return phoneAuthProvider.verifyPhoneNumber(phoneInfoOptions, recaptchaVerifier)
          .then(function(verificationId) {
            // Ask user for the SMS verification code.
            var cred = firebase.auth.PhoneAuthProvider.credential(
                verificationId, verificationCode);
            var multiFactorAssertion =
                firebase.auth.PhoneMultiFactorGenerator.assertion(cred);
            // Complete sign-in.
            return resolver.resolveSignIn(multiFactorAssertion)
          })
          .then(function(userCredential) {
            // User successfully signed in with the second factor phone number.
          });
      } else if (resolver.hints[selectedIndex].factorId ===
        firebase.auth.TotpMultiFactorGenerator.FACTOR_ID) {
        // Handle TOTP MFA.
        // ...
      } else {
        // Unsupported second factor.
      }
    } else if (error.code == 'auth/wrong-password') {
      // Handle other errors such as wrong password.
    } ...
  });

बधाई हो! आपने बहु-स्तरीय जानकारी का इस्तेमाल करके किसी उपयोगकर्ता में साइन इन कर लिया है पुष्टि करने के लिए.

आगे क्या करना है