# @bladedancer/api-builder-plugin-centralauth

> A plugin for acquiring access tokens for API Central.

Latest version **1.0.3** (published 2021-01-21) · ISC license · 0 weekly downloads

## Install

```sh
npm install @bladedancer/api-builder-plugin-centralauth
pnpm add @bladedancer/api-builder-plugin-centralauth
yarn add @bladedancer/api-builder-plugin-centralauth
bun add @bladedancer/api-builder-plugin-centralauth
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.3 |
| Published | 2021-01-21 |
| First published | 2020-06-30 |
| Weekly downloads | 0 |
| License | ISC |
| TypeScript types | none |
| Module format | CommonJS |
| Node | >= 12.15 |
| Dependencies | 4 |
| Unpacked size | 9.1 KB |
| Known vulnerabilities | 0 (+33 in 2 direct dependencies) |
| Install scripts | no |
| Maintainers | bladedancer |
| Keywords | amplify, api-builder |

## Links

- npm: https://www.npmjs.com/package/@bladedancer/api-builder-plugin-centralauth
- npm.io page: https://npm.io/package/@bladedancer/api-builder-plugin-centralauth

## Dependencies (4)

- [axios](https://npm.io/package/axios.md) ^0.21.1
- [jsrsasign](https://npm.io/package/jsrsasign.md) ^8.0.20
- [querystring](https://npm.io/package/querystring.md) ^0.2.0
- [@axway/api-builder-sdk](https://npm.io/package/@axway/api-builder-sdk.md) ^1.0.0

## Recent versions

- 1.0.3 (latest) — 2021-01-21
- 1.0.2 — 2021-01-21
- 1.0.0 — 2020-06-30

## README

# api-builder-plugin-centralauth

## About flow-nodes

Flow-nodes are used within [Axway API Builder's](https://www.axway.com/en/datasheet/axway-api-builder)
flow editor that is a low-code / no-code solution to designing and developing services
that integrate to many different connected components, such as databases and APIs.

## Getting started

1. Follow the [Getting Started Guide](https://docs.axway.com/bundle/API_Builder_4x_allOS_en/page/api_builder_getting_started_guide.html) to create an API Builder service
1. Follow the [API Builder SDK](https://docs.axway.com/bundle/API_Builder_4x_allOS_en/page/api_builder_sdk.html) guide to get started creating flow-node plugins.

## Publish

After developing this plugin you can publish it to [npm](https://www.npmjs.com) to make it public.

## Install

After creating your API Builder service (`api-builder init`), you can install this plugin using npm:

```
npm install api-builder-plugin-centralauth
```

---
_Source: https://npm.io/package/@bladedancer/api-builder-plugin-centralauth · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
