【发布时间】:2018-12-15 03:56:09
【问题描述】:
我为我的应用程序和 firebase 使用 nuxt (vue) 来验证我的用户。为此,我使用 axios 发送了一个 post 请求。到目前为止,一切都很好。我收到了一些凭据的回复。然后我用 axios 发送另一个帖子请求,向用户发送验证电子邮件。这也有效。但我不知道用户通过单击链接验证电子邮件地址的信息保存在哪里。所以我不能把它作为我的身份验证过程的条件。
如果我在没有验证电子邮件的情况下使用我的电子邮件和密码登录,我也不会收到错误消息。
https://firebase.google.com/docs/reference/rest/auth/#section-create-email-password
https://firebase.google.com/docs/reference/rest/auth/#section-send-email-verification
非常感谢您提前提供的帮助。
【问题讨论】:
标签: firebase firebase-authentication email-verification