且构网

分享程序员开发的那些事...
且构网 - 分享程序员编程开发的那些事

带有Angular和NodeJS的Google 2 Factor身份验证

更新时间:2023-12-02 14:04:28

如果可以使用 Passport Js 您将节点js用作后端,或者可以使用 Auth0 之类的服务,这是针对多个Oauth的一步解决方案.>

I am looking for API and Example that can help me to build two-factor authentication of my website for the server as well as the front side. I want to build something like this, http://ngtfaweb.azurewebsites.net/#/home

You could use Passport Js if you are using node js as backend or you could use services like Auth0 which are one step solution for multiple Oauth.