PassportBnet是暴雪公司Battle.netOAuth服务认证的Passport策略。要使用这个,你需要在Battle.netDeveloperPortal上注册。安装$ npm install passport-bnet用法配置var BnetStrategy = require('passport-bnet').Strategy; var BNET_ID = process.env.BNET_ID var BNET_SECRET = process.env.BNET_SECRET // Use the BnetStrategy within Passp