1.2.0 • Published 7 years ago

cmb-open v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

NPM version node version npm download npm license

node-cmb-open

掌上生活开放平台( https://open.cmbchina.com/Platform/ ) Node.js SDK

安装

npm install cmb-open --save

使用

const CMB = require('cmb-open');
const cmb = new CMB({
  mid: 'xxx',
  aid: 'xxx',
  key: '/path/to/cmb.key',
  publicKey: '/path/to/pubkey.pem',
});

// 授权登录
cmb.getApproval();
// 获取 AccessToken
cmb.getAccessToken();
// 结果签名验证
cmb.verifyRespons();
1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago