Skip to main content

Scute / Exports

@scute/core

An isomorphic JavaScript client library for the Scute Auth API and Scute Management API.

tip

Scute core package is for advance usage. You can checkout our Quickstart documents for getting started quickly with your prefered environment, or Guides for extensive knowledge about Scute.

Installation

Install

npm install --save @scute/core

Example code

You can checkout an example repository demonstrates how to implement the Scute core package.

Github logo