keycloak-scim/js
dependabot[bot] a08ced940f Bump eslint-plugin-react from 7.33.2 to 7.34.0 in /js
Bumps [eslint-plugin-react](https://github.com/jsx-eslint/eslint-plugin-react) from 7.33.2 to 7.34.0.
- [Release notes](https://github.com/jsx-eslint/eslint-plugin-react/releases)
- [Changelog](https://github.com/jsx-eslint/eslint-plugin-react/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jsx-eslint/eslint-plugin-react/compare/v7.33.2...v7.34.0)

---
updated-dependencies:
- dependency-name: eslint-plugin-react
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-03-05 07:33:56 +01:00
..
.husky Only run Husky scripts when installed (#27229) 2024-02-26 09:18:16 +01:00
apps Bump @playwright/test from 1.42.0 to 1.42.1 in /js (#27462) 2024-03-04 14:48:35 +01:00
libs Bump react-hook-form from 7.50.1 to 7.51.0 in /js (#27466) 2024-03-04 14:47:56 +01:00
.eslintrc.cjs Ignore target directory when running ESLint (#25371) 2023-12-07 10:50:25 +00:00
.gitignore Cache Node.js installation and PNPM store 2023-10-30 07:50:06 -04:00
.prettierrc.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
CODING_GUIDELINES.md Fix broken URL in CODING_GUIDELINES.md (#23781) 2023-10-06 10:59:03 +00:00
package.json Bump eslint-plugin-react from 7.33.2 to 7.34.0 in /js 2024-03-05 07:33:56 +01:00
pnpm-lock.yaml Bump eslint-plugin-react from 7.33.2 to 7.34.0 in /js 2024-03-05 07:33:56 +01:00
pnpm-workspace.yaml Bump Node.js and PNPM versions (#22796) 2023-08-29 14:54:49 -04:00
pom.xml Fix mvn clean of js/ directory 2024-01-11 09:00:59 +01: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.