簡體   English   中英

如果用戶注冊了多因素身份驗證,是否可以從服務器端處理登錄?

[英]Is it possible to handle sign-in from the server side if the user is enrolled in multi-factor authentication?

我正在使用REST API從服務器端處理 firebase 身份驗證但是有些用戶使用電話提供商注冊了多因素身份驗證,是否仍然可以從服務器端處理身份驗證方法?

Firebase 的管理 SDK 沒有任何方法可以讓用戶登錄,因為這通常應該在客戶端完成。

Firebase Authentication does has a REST API that you can call from anywhere, and that supports sign in with anonymous, email/password and OAuth providers. 但據我所知,這不支持使用電話號碼登錄。

查看谷歌雲身份平台,它提供 MFA 和多租戶配置等功能,提供不同的定價 model,似乎確實有記錄的 REST API 是否可以使用您的手機登錄REST API 那里。 如果是這樣,可能還值得檢查您是否可以從常規 Firebase 身份驗證項目中調用它,是否需要升級到 GCIP。

暫無
暫無

聲明:本站的技術帖子網頁,遵循CC BY-SA 4.0協議,如果您需要轉載,請注明本站網址或者原文地址。任何問題請咨詢:yoyou2525@163.com.

 
粵ICP備18138465號  © 2020-2024 STACKOOM.COM