简体   繁体   English

使用带有 Node.js 后端的 Angular 应用程序进行 Google 登录

[英]Google Sign-in using Angular app with a Node.js backend

I'm trying to implement Google Sign-in into my Angular 8 app which has a REST backend in Node.js+Express.js, I'm not able to find a usefull library, can anyone help me out please?我正在尝试在我的 Angular 8 应用程序中实现 Google 登录,该应用程序在 Node.js+Express.js 中有一个 REST 后端,我找不到有用的库,有人可以帮帮我吗?

You can use Firebase auth for this purpose which is very easy to implement and understand.为此,您可以使用Firebase 身份验证,这很容易实现和理解。 Either this Google oauth2 nodejs library describes the steps to implement the Google Auth in a node.js environment.这个Google oauth2 nodejs 库描述了在 node.js 环境中实现 Google Auth 的步骤。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

相关问题 Node.js 脚本中的 Google 登录 - Google sign-in inside Node.js script 无法通过Google Plus登录API + Node.js获取用户信息 - Not getting user information with Google Plus sign-in api + Node.js 如何通过Google身份工具包修改登录按钮? (Node.js) - How do I modify the sign-in button via google identity toolkit? (Node.js) Google 登录:后端验证 - Google Sign-In: backend verification 如何将Google oAuth与Node.js后端和Angular前端一起使用? - How to use Google oAuth with Node.js backend and Angular frontend? 使用 node.js 运行 hmtl 页面时避免登录弹出窗口 - Avoid sign-in popup when running hmtl page with node.js 在后端Node.js上从Google Play验证应用内购买 - Verify In-App Purchase from Google Play on Backend Node.js 使用node.js作为后端来路由角度组件的最佳方法是什么 - What is the best way to do routing of angular components using node.js as backend 如何在 node.js backEnd 和 angular 2 frontEnd 中使用 jwt 实现社交登录 - how to implement social logins using jwt in node.js backEnd and angular 2 frontEnd 从Node.js后端将数据调用到Angular前端 - Call data to Angular FrontEnd from Node.js BackEnd
 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM