ios - Firebase 身份验证错误 17010(由于登录尝试失败次数过多而禁用帐户访问)未强制执行?

标签 ios firebase firebase-authentication

Error Domain=FIRAuthErrorDomain Code=17010 "Access to this account has been temporarily disabled due to many failed login attempts. You can immediately restore it by resetting your password or you can try again later." UserInfo={NSLocalizedDescription=Access to this account has been temporarily disabled due to many failed login attempts. You can immediately restore it by resetting your password or you can try again later., FIRAuthErrorUserInfoNameKey=ERROR_TOO_MANY_REQUESTS}

在反复尝试使用无效凭据登录帐户(用于测试)后,我收到了此 Firebase Auth iOS SDK 错误(如预期),但随后意外地能够立即使用有效凭据登录该帐户。为什么没有执行此错误中的警告?或者处罚只是几秒钟?没有这方面的文档。

最佳答案

基于此处发现的此问题 https://github.com/firebase/quickstart-js/issues/54 Firebase 似乎有点容易受到暴力攻击,每次只能阻止连续尝试几秒钟。 Firebase 目前也没有公开记录这一点。

关于ios - Firebase 身份验证错误 17010(由于登录尝试失败次数过多而禁用帐户访问)未强制执行?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/71214057/

相关文章:

Android studio 错误 - 使用 firebase react native

node.js - Firebase 身份验证与云 sql 混合

javascript - 成功登录或在 HTML 中注册后如何将用户重定向到另一个页面?

ios - 如何在 RxSwift 中写入行高?

ios - OpenGL GLPaint 线程渲染

javascript - 从表单将文件添加到 vue.js 中的 firebase 存储

javascript - 模拟 admin.firestore().collection().get()

android - 登录页面状态失败的断言问题

ios - 在 Swift 中传递变量

ios - TableViewController 或带有用于解析 API 查询的 TableView 的 View Controller