webserver-example:使用Circuit OAuth 2.0授权代码授予的Web服务器应用

时间:2024-05-30 08:59:46
【文件属性】:

文件名称:webserver-example:使用Circuit OAuth 2.0授权代码授予的Web服务器应用

文件大小:3KB

文件格式:ZIP

更新时间:2024-05-30 08:59:46

oauth2 rest-api circuit JavaScript

网络服务器示例 示例node.js Web应用程序访问 。 该示例显示了如何在不使用任何库的情况下使用OAuth2进行身份验证,然后执行REST调用。 入门 注册申请 在开发人员门户网站准备好自行注册应用程序之前,请使用的表格进行注册。 运行示例 将config.json.template重命名为config.json并添加client_id和client_secret 。 如果应用程序未托管在更改主机和侦听端口 git clone https://github.com/circuit/webserver-example.git cd webserver-example // Rename config.json.template to config.json and add your ` client_id ` and ` client_secret `


【文件预览】:
webserver-example-master
----.gitignore(630B)
----package.json(468B)
----index.js(3KB)
----README.md(940B)
----config.json.template(232B)

网友评论