@kinde/management-api-js v0.14.0
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 tokenKINDE_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:
- Fork the repository.
- Create a new branch.
- Make your changes.
- Submit a pull request.
License
By contributing to Kinde, you agree that your contributions will be licensed under its MIT License.
11 months ago
11 months ago
11 months ago
11 months ago
11 months ago
8 months ago
5 months ago
5 months ago
5 months ago
5 months ago
4 months ago
4 months ago
5 months ago
6 months ago
6 months ago
9 months ago
6 months ago
6 months ago
6 months ago
9 months ago
12 months ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
1 year ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago
2 years ago