keycloak-scim/js
dependabot[bot] a2a3ed1c7b
Bump lint-staged from 13.1.2 to 13.2.0 in /js (#17624)
Bumps [lint-staged](https://github.com/okonet/lint-staged) from 13.1.2 to 13.2.0.
- [Release notes](https://github.com/okonet/lint-staged/releases)
- [Commits](https://github.com/okonet/lint-staged/compare/v13.1.2...v13.2.0)

---
updated-dependencies:
- dependency-name: lint-staged
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-03-14 00:06:29 +01:00
..
.husky Add JavaScript admin client to repository (#16697) 2023-02-03 10:45:11 +00:00
apps Bump reactflow from 11.5.6 to 11.6.0 in /js (#17625) 2023-03-14 00:05:25 +01:00
libs Bump vite-plugin-dts from 2.0.2 to 2.1.0 in /js (#17626) 2023-03-14 00:04:28 +01:00
.eslintrc.js Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
.gitignore Move UI repository to main repo 2023-03-07 12:10:08 +01:00
.prettierrc.json Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
package-lock.json Bump lint-staged from 13.1.2 to 13.2.0 in /js (#17624) 2023-03-14 00:06:29 +01:00
package.json Bump lint-staged from 13.1.2 to 13.2.0 in /js (#17624) 2023-03-14 00:06:29 +01:00
pom.xml Add Maven build for the Admin UI (#17552) 2023-03-13 18:16:12 +00: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.