littleGauze / egg-passport-amazon-sp-oauth2

egg passport for amazon selling partner oauth2 authentication

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

egg-passport-amazon-sp-oauth2

NPM version build status Test coverage David deps Known Vulnerabilities npm download

Install

$ npm i egg-passport-amazon-sp-oauth2 --save

Usage

// {app_root}/config/plugin.js
exports.passportAmazonSpOauth2 = {
  enable: true,
  package: 'egg-passport-amazon-sp-oauth2',
};

Configuration

// {app_root}/config/config.default.js
exports.passportAmazonSpOauth2 = {
};

see config/config.default.js for more detail.

Example

Questions & Suggestions

Please open an issue here.

License

MIT

About

egg passport for amazon selling partner oauth2 authentication

License:MIT License


Languages

Language:JavaScript 100.0%