How to create email verification on Firebase simple login

前端 未结 2 1767
慢半拍i
慢半拍i 2021-02-03 15:56

In angularfire seed project, there is an account registration process using email and password. But how can we verify that the email is not fake? I mean it is without server cod

2条回答
  •  Happy的楠姐
    2021-02-03 16:26

    Store a token in the database send the same token via e-mail to the client ask them to click a link in the e-mail that passes the token back to a page which marks their e-mail as verified.

提交回复
热议问题