0.0.1 • Published 5 years ago

magister-authcode v0.0.1

Weekly downloads
5
License
MIT
Repository
github
Last release
5 years ago

magister-authcode

npm version

Fetches an up-to-date auth code for Magister.

Can be used as a drop-in replacement for (@magisterjs/dynamic-authcode)https://github.com/simplyGits/magisterjs-dynamic-authcode. It fetches the auth code from this Gist, but you can optionally pass an alternative Gist.

Installation

npm install --save magister-authcode

Usage

const getAuthCode = require('magister-authcode');

// ...

const authCode = await getAuthCode();