egg-xc-auth

oauth and jwt plugin

Usage no npm install needed!

<script type="module">
  import eggXcAuth from 'https://cdn.skypack.dev/egg-xc-auth';
</script>

README

egg-xc-auth

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

Install

$ npm i egg-xc-auth --save

Usage

// {app_root}/config/plugin.js
exports.xudeping = {
  enable: true,
  package: 'egg-xc-auth',
};

Configuration

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

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

Example

Questions & Suggestions

Please open an issue here.

License

MIT