nodejs_oauth2_send_gmail:POC NodeJs使用outh2和gmail发送电子邮件

时间:2024-06-07 08:05:17
【文件属性】:

文件名称:nodejs_oauth2_send_gmail:POC NodeJs使用outh2和gmail发送电子邮件

文件大小:3KB

文件格式:ZIP

更新时间:2024-06-07 08:05:17

JavaScript

nodejs_oauth2_send_gmail NodeJ中的POC Google API可以通过oAuth2和Gmail发送电子邮件。 认证与授权 OAuth2:允许您代表特定用户进行API调用。 在此模型中,用户访问您的应用程序,使用您的Google帐户登录,并根据一组范围为您的应用程序提供授权。 服务<->服务-在此模型中,您的应用程序使用服务帐户直接与Google API通讯 $ npm安装googleapis


【文件预览】:
nodejs_oauth2_send_gmail-master
----quickstart.js(3KB)
----README.md(534B)
----client_secret.json(418B)
----credentials.json(262B)

网友评论