keycloak/js
Erik Jan de Wit 1afcf515aa
added pem to saml dialog (#37206)
fixes: #36709

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2025-02-12 14:54:33 +01:00
..
.husky make sure the index.ts file doesn't change (#35818) 2024-12-17 08:14:19 -05:00
apps added pem to saml dialog (#37206) 2025-02-12 14:54:33 +01:00
libs Bump @faker-js/faker from 9.4.0 to 9.5.0 in /js (#37289) 2025-02-12 10:57:19 +00:00
themes-vendor Bump rollup from 4.34.4 to 4.34.6 in /js (#37186) 2025-02-10 10:16:12 +01:00
util Added gh-dependabot-failure-stats script (#31773) 2024-08-08 15:09:02 -04:00
.gitignore Move root PNPM workspace to js directory (#35456) 2024-11-29 17:20:32 +01:00
CODING_GUIDELINES.md Migrate ESLint to 'flat' configuration (#28532) 2024-04-09 13:35:51 +02:00
eslint.config.js Move root PNPM workspace to js directory (#35456) 2024-11-29 17:20:32 +01:00
package.json Bump eslint from 9.20.0 to 9.20.1 in /js (#37272) 2025-02-12 11:35:36 +01:00
pnpm-lock.yaml Bump @faker-js/faker from 9.4.0 to 9.5.0 in /js (#37289) 2025-02-12 10:57:19 +00:00
pnpm-workspace.yaml Move root PNPM workspace to js directory (#35456) 2024-11-29 17:20:32 +01:00
pom.xml Update custom Maven build cache configuration for js directory 2024-12-10 10:07:02 +00:00
README.md documented how to skip the build of the frontend (#34897) 2024-11-19 08:17:09 -05:00
tsconfig.eslint.json Move root PNPM workspace to js directory (#35456) 2024-11-29 17:20:32 +01:00
tsconfig.json Move root PNPM workspace to js directory (#35456) 2024-11-29 17:20:32 +01:00

Keycloak JavaScript

This directory contains the UIs and related libraries of the Keycloak project written in JavaScript (and TypeScript).

Directory structure

├── apps
│   ├── account-ui                 # Account UI for account management i.e controlling password and account access, tracking and managing permissions
│   ├── admin-ui                   # Admin UI for handling login, registration, administration, and account management
│   └── keycloak-server            # Keycloak server for local development of UIs
├── libs
│   ├── keycloak-admin-client      # Keycloak Admin Client library for Keycloak REST API
│   └── keycloak-js                # Keycloak JS library for securing HTML5/JavaScript applications
├── ...

Data processing

Red Hat may process information including business contact information and code contributions as part of its participation in the project, data is processed in accordance with Red Hat Privacy Statement.

To speed up the build process, the following build flag can be used to disable the processing of these modules:

-Dskip.npm