项目作者: absolunet

项目描述 :
Okta Advanced Server Access (formally ScaleFT) SDK
高级语言: JavaScript
项目地址: git://github.com/absolunet/node-oasa-sdk.git
创建时间: 2021-03-31T14:18:41Z
项目社区:https://github.com/absolunet/node-oasa-sdk

开源协议:MIT License

下载


@absolunet/oasa-sdk

@absolunet/oasa-sdk"">npm
npm dependencies
Tests
npms
License: MIT

Okta Advanced Server Access (formally ScaleFT) SDK

Maps commands from the sft client

Install

  1. $ npm install @absolunet/oasa-sdk

Usage

  1. import oasa from '@absolunet/oasa-sdk';
  2. const ready = oasa.isEnrolled();
  3. if (ready) {
  4. oasa.listServers().forEach(({ hostname }) => {
  5. console.log(hostname);
  6. });
  7. } else {
  8. console.log(`Please run: ${oasa.enrollCommand}`);
  9. }

Documentation

See the full documentation for an in-depth look.

See the Changelog to see what has changed.

Contribute

See the Contributing Guidelines for ways to get started.

See the Support Guide for ways to get help.

See the Security Policy for sharing vulnerability reports.

This project has a Code of Conduct.
By interacting with this repository, organization, or community you agree to abide by its terms.

License

MIT © Absolunet