angularjs – 如何在Firebase简单登录上创建电子邮件验证

前端之家收集整理的这篇文章主要介绍了angularjs – 如何在Firebase简单登录上创建电子邮件验证前端之家小编觉得挺不错的,现在分享给大家,也给大家做个参考。
在angularfire种子项目中,有一个使用电子邮件和密码的帐户注册过程.但是我们如何验证电子邮件是不是假的?我的意思是它没有服务器代码,只是客户端代码.

解决方法

你可以在这个链接 angularfire_seed_with_reg_confirmation上使用angularjs-fire种子项目.这里有一些解释 email verification using angularjs+firebase以下是其自述文件的引用:

It is AngularJS seed with Firebase backend and a feature for account
registration confirmation via email. This feature can be used as an
alternative for account activation. It is a clone of AngularFire Seed
with additional feature above and also login feature vial social login
ie login with Facebook,Twitter,and Google.

The account registration differs significantly from the original seed. We can register for an account just by supplying an email and then we’ll get a confirmation email about our temporary random password. The password is recommended to be changed to a memorable one and at the same time it must also be strong and secure.

猜你在找的Angularjs相关文章