文件名称:express-bnet-auth
文件大小:3KB
文件格式:ZIP
更新时间:2024-07-29 12:38:27
JavaScript
##express-bnet-auth Authentication Express 中间件,用于 Battle.net OAuth 登录。 工作正在进行中 ##安装 npm install express-bnet-auth --save ###用法 var bnetOptions = { BNET_ID: 'YOUR BNET KEY', BNET_SECRET: 'YOUR BNET SECRET', CALLBACK_URL: 'https://localhost:8443/auth/bnet/callback' }; var bnet = require('express-bnet-auth')(bnetOptions); /* * Routes */ app.get('/auth/bnet', bnet.auth); app.get('/auth/bnet
【文件预览】:
express-bnet-auth-master
----index.js(4KB)
----package.json(362B)
----README.md(1016B)