🚀 Big News: Socket Acquires Coana to Bring Reachability Analysis to Every Appsec Team.Learn more
Socket
DemoInstallSign in
Socket

@magisterjs/dynamic-authcode

Package Overview
Dependencies
Maintainers
2
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@magisterjs/dynamic-authcode

This package automatically fetches the authentication code used by [`magister.js`](https://github.com/simplyGits/MagisterJS).

1.1.0
latest
Source
npm
Version published
Weekly downloads
0
Maintainers
2
Weekly downloads
 
Created
Source

magisterjs-dynamic-authcode

This package automatically fetches the authentication code used by magister.js.

Using this package is recommended if you use magister.js in an app. Alternatively you can execute an HTTP GET-request yourself or rely on the authentication code that comes bundled in magister.js. See the magisterjs-authcode repository for more information.

npm install @magisterjs/dynamic-authcode

const getAuthCode = require('@magisterjs/dynamic-authcode');

const authCode = await getAuthCode();

FAQs

Package last updated on 31 Mar 2019

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts