第七色在线视频,2021少妇久久久久久久久久,亚洲欧洲精品成人久久av18,亚洲国产精品特色大片观看完整版,孙宇晨将参加特朗普的晚宴

為了賬號(hào)安全,請(qǐng)及時(shí)綁定郵箱和手機(jī)立即綁定
已解決430363個(gè)問題,去搜搜看,總會(huì)有你想問的

存儲(chǔ)用戶 uid 而不是刷新令牌以保持用戶登錄?

存儲(chǔ)用戶 uid 而不是刷新令牌以保持用戶登錄?

慕后森 2023-03-03 09:35:04
我在我的項(xiàng)目中使用 Firebase 身份驗(yàn)證,我的問題是,只存儲(chǔ)用戶 uid而不是在短時(shí)間內(nèi)過期的刷新令牌有什么問題,這樣我可以讓用戶保持登錄狀態(tài)。我正在使用signInWithEmailAndPassword, 方法登錄用戶并從中獲取用戶對(duì)象firebase.auth().onAuthStateChangedfirebase.auth().onAuthStateChange(authUser=> setUser(authUser))現(xiàn)在我可以使用authUser.user.uid它并將其存儲(chǔ)在 localStorage 中。我的問題與firebase或任何其他庫無關(guān),但我問的是一般行為,存儲(chǔ)不會(huì)過期的東西有什么問題?我的問題是,這樣做有多糟糕?
查看完整描述

1 回答

?
翻過高山走不出你

TA貢獻(xiàn)1875條經(jīng)驗(yàn) 獲得超3個(gè)贊

Authentication State Persistence您可能想像下面的示例一樣使用:


firebase.auth().setPersistence(firebase.auth.Auth.Persistence.SESSION)

  .then(function() {

    // Existing and future Auth states are now persisted in the current

    // session only. Closing the window would clear any existing state even

    // if a user forgets to sign out.

    // ...

    // New sign-in will be persisted with session persistence.

    return firebase.auth().signInWithEmailAndPassword(email, password);

  })

  .catch(function(error) {

    // Handle Errors here.

    var errorCode = error.code;

    var errorMessage = error.message;

  });

在這里了解更多



查看完整回答
反對(duì) 回復(fù) 2023-03-03
  • 1 回答
  • 0 關(guān)注
  • 120 瀏覽
慕課專欄
更多

添加回答

舉報(bào)

0/150
提交
取消
微信客服

購課補(bǔ)貼
聯(lián)系客服咨詢優(yōu)惠詳情

幫助反饋 APP下載

慕課網(wǎng)APP
您的移動(dòng)學(xué)習(xí)伙伴

公眾號(hào)

掃描二維碼
關(guān)注慕課網(wǎng)微信公眾號(hào)