Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 749 Bytes

README.md

File metadata and controls

30 lines (19 loc) · 749 Bytes

octopus-keycloakjs-admin

NPM version npm download

Features

- Define admin tool for keycloak from BE integrate
- Define user managements API

How it work

Basic using

  • User management:
import { UserManagement } from "octopus-keycloakjs-admin";

const userManagement = new UserManagement();

userManagement.createUser(clientConfig, userInfo);