@365admin/security

0.0.3 • Public • Published

Manage credentials

Install

$ npm install --save tadmin-security

Usage

Store the credentials in the user's home directory in a file named

365ADMINSECRETS.JSON

[{
    "key": "hexa00001",
    "username": "********@hexa00001.onmicrosoft.com",
    "password": "********"
}, {
    "key": "hexa00002",
    "username": "********@hexa00002.onmicrosoft.com",
    "password": "********"
}]
var _365adminSecurity = require('@365admin/security');
var userpass = _365adminSecurity.credentials.getCredentials("hexa00001","ps")

console.log(userpass.username)

License

MIT © Niels Gregers Johansen

Readme

Keywords

none

Package Sidebar

Install

npm i @365admin/security

Weekly Downloads

7

Version

0.0.3

License

MIT

Last publish

Collaborators

  • 365admin