0.10.0 • Published 8 months ago

@kinde/management-api-js v0.10.0

Weekly downloads
-
License
-
Repository
-
Last release
8 months ago

Kinde Management API JS

Description

Javascript SDK to interact with the Kinde Management API.

Important: This has to be used on a backend service, will not work on a browser or client based libraries

Installation

# npm
npm install @kinde/management-api-js
# yarn
yarn add @kinde/management-api-js
# pnpm
pnpm add @kinde/management-api-js

Configuration

The following ENV variables are required to run the project:

  • KINDE_DOMAIN: Kinde domain e.g. mybusiness.kinde.com
  • KINDE_MANAGEMENT_CLIENT_ID: Client ID of your M2M token
  • KINDE_MANAGEMENT_CLIENT_SECRET: Client Secret of your M2M token

Usage

import { Users, init } from "@kinde/management-api-js";

init();
const { users } = await Users.getUsers();

Params can be passed to the function as an object

import { Users, init } from "@kinde/management-api-js";

const params = {
  id: "kp_xxx",
};

init();
const userData = await Users.getUserData(params);

API documentation

You can find management API documentation here: Kinde Management API Documentation

Contributing

If you'd like to contribute to this project, please follow these steps:

  1. Fork the repository.
  2. Create a new branch.
  3. Make your changes.
  4. Submit a pull request.

License

By contributing to Kinde, you agree that your contributions will be licensed under its MIT License.

0.10.0

8 months ago

0.7.1-0

12 months ago

0.9.0

10 months ago

0.7.1

12 months ago

0.7.0

12 months ago

0.8.0

11 months ago

0.9.0-1

10 months ago

0.9.0-2

10 months ago

0.6.0

1 year ago

0.5.0

1 year ago

0.4.0-0

1 year ago

0.4.0

1 year ago

0.4.0-3

1 year ago

0.4.0-2

1 year ago

0.4.0-1

1 year ago

0.3.1

1 year ago

0.3.0

1 year ago

0.2.1-12

1 year ago

0.2.1-11

1 year ago

0.2.1-10

1 year ago

0.2.1-15

1 year ago

0.2.1-14

1 year ago

0.2.1-13

1 year ago

0.2.1-9

1 year ago

0.2.1-8

1 year ago

0.2.1-7

1 year ago

0.2.1-6

1 year ago

0.2.1-5

1 year ago

0.2.1-4

1 year ago

0.2.1-3

1 year ago

0.2.1-1

1 year ago

0.2.1-0

1 year ago

0.2.1

1 year ago

0.2.0

1 year ago

0.2.0-0

1 year ago

0.1.0

1 year ago

0.0.1-21

1 year ago

0.0.1-20

1 year ago

0.0.1-19

1 year ago

0.0.1-16

1 year ago

0.0.1-15

1 year ago

0.0.1-14

1 year ago

0.0.1-13

1 year ago

0.0.1-12

1 year ago

0.0.1-11

1 year ago

0.0.1-10

1 year ago

0.0.1-9

1 year ago

0.0.1-8

1 year ago

0.0.1-7

1 year ago

0.0.1-6

1 year ago

0.0.1-5

1 year ago

0.0.1-4

1 year ago

0.0.1-3

1 year ago

0.0.1-2

1 year ago

0.0.1-1

1 year ago

0.0.1-0

1 year ago