keycloak-scim/js
dependabot[bot] 571389ec47
Bump @rollup/plugin-node-resolve from 15.2.1 to 15.2.3 in /js (#23820)
Bumps [@rollup/plugin-node-resolve](https://github.com/rollup/plugins/tree/HEAD/packages/node-resolve) from 15.2.1 to 15.2.3.
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/node-resolve/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/node-resolve-v15.2.3/packages/node-resolve)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-node-resolve"
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-10-09 14:30:32 +02:00
..
.husky
apps Mark required config properties for LDAP Mappers 2023-10-09 08:46:57 +02:00
libs Bump @rollup/plugin-node-resolve from 15.2.1 to 15.2.3 in /js (#23820) 2023-10-09 14:30:32 +02:00
.eslintrc.js
.gitignore Clean up Cypress configuration (#22813) 2023-08-30 11:03:27 +02: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 eslint from 8.50.0 to 8.51.0 in /js (#23816) 2023-10-08 17:03:06 +02:00
pnpm-lock.yaml Bump @rollup/plugin-node-resolve from 15.2.1 to 15.2.3 in /js (#23820) 2023-10-09 14:30:32 +02:00
pnpm-workspace.yaml
pom.xml
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.