@magisterjs/authcode

1.31.0 • Public • Published

magisterjs-authcode

This package contains the authentication code used by magister.js. The code can be used by installing it with npm or requested through HTTP.

npm install @magisterjs/authcode

import authCode from '@magisterjs/authcode'

console.log(authCode);
const request = require('request');

request('https://raw.githubusercontent.com/simplyGits/magisterjs-authcode/master/code.json', { json: true }, (err, res, code) => {
  if (err) {
    console.error(err);
  } else {
    console.log(code);
  }
});

Readme

Keywords

none

Package Sidebar

Install

npm i @magisterjs/authcode

Weekly Downloads

1

Version

1.31.0

License

Unlicense

Unpacked Size

985 B

Total Files

4

Last publish

Collaborators

  • lieuwex
  • tomsmeding