keycloak-scim/js
dependabot[bot] 22e20f1f28
Bump url-template from 3.1.0 to 3.1.1 in /js (#25562)
Bumps [url-template](https://github.com/bramstein/url-template) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/bramstein/url-template/releases)
- [Commits](https://github.com/bramstein/url-template/compare/v3.1.0...v3.1.1)

---
updated-dependencies:
- dependency-name: url-template
  dependency-type: direct:production
  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-12-14 09:30:00 +01:00
..
.husky
apps account.v3 allow adding scripts like in v2 (#25507) 2023-12-13 15:49:27 -05:00
libs Bump url-template from 3.1.0 to 3.1.1 in /js (#25562) 2023-12-14 09:30:00 +01:00
.eslintrc.cjs Ignore target directory when running ESLint (#25371) 2023-12-07 10:50:25 +00:00
.gitignore
.prettierrc.json
CODING_GUIDELINES.md
package.json Bump @typescript-eslint/eslint-plugin from 6.13.2 to 6.14.0 in /js (#25479) 2023-12-13 09:28:52 +01:00
pnpm-lock.yaml Bump url-template from 3.1.0 to 3.1.1 in /js (#25562) 2023-12-14 09:30:00 +01:00
pnpm-workspace.yaml
pom.xml Allow incremental build for the themes (#25405) 2023-12-11 08:35:28 +01:00
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.