keycloak-scim/js
Erik Jan de Wit 9190114c60
use label function to fetch the translation (#28473)
* use label function to fetch the translation

fixes: #28443
Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

* removed export from unWrap

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>

---------

Signed-off-by: Erik Jan de Wit <erikjan.dewit@gmail.com>
2024-04-08 10:28:17 +02:00
..
.husky Only run Husky scripts when installed (#27229) 2024-02-26 09:18:16 +01:00
apps Remove session_state from tokens 2024-04-08 08:12:51 +02:00
libs use label function to fetch the translation (#28473) 2024-04-08 10:28:17 +02:00
.eslintrc.cjs Ignore target directory when running ESLint (#25371) 2023-12-07 10:50:25 +00:00
.prettierrc.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
CODING_GUIDELINES.md Upgrade admin and account console to PatternFly 5 (#28196) 2024-04-05 16:37:05 +02:00
pom.xml Move all JavaScript projects into single PNPM workspace (#24537) 2024-04-02 16:14:58 +02:00
README.md Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
tsconfig.eslint.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
tsconfig.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +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
├── 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.