26.0.0 • Published 8 months ago

@s3pweb/keycloak-admin-client-cjs v26.0.0

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

Keycloak Admin Client in CommonJS

This lib exports the @keycloak/keycloak-admin-client (an ECMA Script module) as a CommonJS module, so it can be used in NestJS.

This repo is based on an idea by Manuelbaun on this issue https://github.com/keycloak/keycloak-nodejs-admin-client/issues/523

The version number of this repo will follow the version number of @keycloak/keycloak-admin-client.

Install

npm i @s3pweb/keycloak-admin-client-cjs

Usage

import { KeycloakAdminClient } from '@s3pweb/keycloak-admin-client-cjs';

@Injectable()
export class KeycloakService {
    private readonly kcAdminClient: KeycloakAdminClient;

    constructor(logger: LoggingService) {
        this.log = logger.getLogger(KeycloackService.name);
        this.kcAdminClient = new KeycloakAdminClient();
    }

}
25.0.6

8 months ago

25.1.0

9 months ago

26.0.0

8 months ago

25.0.2

11 months ago

25.0.1

12 months ago

23.0.7

12 months ago

25.0.4

10 months ago

25.0.1-1

12 months ago

24.0.5

12 months ago

22.0.1

2 years ago

21.0.1

2 years ago

20.0.3

2 years ago

1.0.0

2 years ago

0.0.0

2 years ago