This package has been deprecated

Author message:

Package no longer supported. Contact Support at https://www.npmjs.com/support for more info.

keycloak-js-simple
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

KEYCLOCK-JS-SIMPLE

A simpler less stateful replacement for the official keycloak-js adapter. Only supports code authentication flow (since implicit is deprecated).

INSTALLATION

npm i keycloak-js-simple

USAGE

import { Keycloak } from 'keycloak-js-simple';
const kc = new Keycloak({
  authServerUrl: 'http://localhost:8080',
  realm: 'testing',
  clientId: 'testing',
};
window.location = kc.getLoginUrl();

See sample-app.

Readme

Keywords

Package Sidebar

Install

npm i keycloak-js-simple

Weekly Downloads

0

Version

1.0.1

License

ISC

Unpacked Size

315 kB

Total Files

9

Last publish

Collaborators

  • sgpinkus