mypass-apis
v0.0.101
Published
Node.js client library for using MyPass APIs. Support for authorization and authentication with API Keys and JWT tokens is included.
Downloads
2
Readme
MyPass Api Node.js Client
Node.js client library for using MyPass APIs. Support for authorization and authentication with API Keys and JWT tokens is included.
USAGE
import MyPass from 'mypass-apis';
var sso = new MyPass({
app_token: 'sdfsdfsdfdsf',
})
sso.init()
sso.login()