keycloak-scim/js
Stan Silvert 01601beaa8
l18n for client names in device activity (#32982)
Fixes #32916

Signed-off-by: Stan Silvert <ssilvert@redhat.com>
2024-09-17 06:48:25 -04:00
..
.husky Ensure latest dependencies are installed before running pre-commit hook (#32797) 2024-09-11 13:57:57 +02:00
apps l18n for client names in device activity (#32982) 2024-09-17 06:48:25 -04:00
libs Allow a maxAge of 0 when building a login URL (#32855) 2024-09-17 10:36:51 +00:00
util
CODING_GUIDELINES.md
pom.xml Output Vite build directly into Maven target directory (#30490) 2024-06-19 14:36:04 +02:00
README.md

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.