keycloak-scim/js
Erik Jan de Wit cb4008e8d6
removed status row and use badge (#24683)
fixes: #24470

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2023-11-28 17:13:36 +01:00
..
.husky
apps removed status row and use badge (#24683) 2023-11-28 17:13:36 +01:00
libs Support OR condition for forms + authz (#24879) 2023-11-28 08:07:11 -05:00
.eslintrc.cjs Use module type for all packages (#25084) 2023-11-28 12:26:14 +00:00
.gitignore Cache Node.js installation and PNPM store 2023-10-30 07:50:06 -04:00
.prettierrc.json
CODING_GUIDELINES.md Fix broken URL in CODING_GUIDELINES.md (#23781) 2023-10-06 10:59:03 +00:00
package.json Bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.1 in /js (#25086) 2023-11-28 16:32:13 +01:00
pnpm-lock.yaml Bump @typescript-eslint/eslint-plugin from 6.12.0 to 6.13.1 in /js (#25086) 2023-11-28 16:32:13 +01:00
pnpm-workspace.yaml Bump Node.js and PNPM versions (#22796) 2023-08-29 14:54:49 -04:00
pom.xml Cache Node.js installation and PNPM store 2023-10-30 07:50:06 -04:00
README.md
tsconfig.eslint.json
tsconfig.json

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
├── keycloak-theme                 # Maven build for the Keycloak theme
├── libs
│   ├── keycloak-admin-client      # Keycloak Admin Client library for Keycloak REST API
│   ├── keycloak-js                # Keycloak JS library for securing HTML5/JavaScript applications
│   └── keycloak-masthead          # Keycloak Masthead library for an easy way to bring applications into the Keycloak ecosystem, allow users to access
│                                  # and manage security for those applications and manage authorization of resources
├── ...

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.