@rxap/keycloak
TypeScript icon, indicating that this package has built-in type declarations

19.0.3 • Public • Published

This package provides an Angular service and interceptor to simplify integration with Keycloak, an open-source identity and access management solution. It offers features such as authentication, authorization, token management, and automatic bearer token injection for HTTP requests. The package also includes an authentication guard for Angular routes.

npm version commitizen friendly styled with prettier Libraries.io dependency status for latest release, scoped npm package npm NPM

Installation

Add the package to your workspace:

yarn add @rxap/keycloak

Install peer dependencies:

yarn add @angular/common @angular/core @angular/router keycloak-js rxjs 

Execute the init generator:

yarn nx g @rxap/keycloak:init

Generators

init

Initialize the package in the workspace

nx g @rxap/keycloak:init

Package Sidebar

Install

npm i @rxap/keycloak

Weekly Downloads

112

Version

19.0.3

License

GPL-3.0-or-later

Unpacked Size

4.1 MB

Total Files

154

Last publish

Collaborators

  • badry.muenker
  • mmuenker