keycloak/js
dependabot[bot] 1ee98bbbe7
Bump @rollup/plugin-terser from 0.4.0 to 0.4.1 in /js (#19618)
Bumps [@rollup/plugin-terser](https://github.com/rollup/plugins/tree/HEAD/packages/terser) from 0.4.0 to 0.4.1.
- [Release notes](https://github.com/rollup/plugins/releases)
- [Changelog](https://github.com/rollup/plugins/blob/master/packages/terser/CHANGELOG.md)
- [Commits](https://github.com/rollup/plugins/commits/terser-v0.4.1/packages/terser)

---
updated-dependencies:
- dependency-name: "@rollup/plugin-terser"
  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-04-11 17:22:23 +00:00
..
.husky Add JavaScript admin client to repository (#16697) 2023-02-03 10:45:11 +00:00
apps Bump @vitejs/plugin-react-swc from 3.2.0 to 3.3.0 in /js (#19615) 2023-04-11 17:57:13 +02:00
libs Bump @rollup/plugin-terser from 0.4.0 to 0.4.1 in /js (#19618) 2023-04-11 17:22:23 +00:00
.eslintrc.js Bump eslint-plugin-cypress from 2.12.1 to 2.13.1 in /js (#19411) 2023-03-30 12:34:14 +02: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
README.md Rework project structure so it matches the main repo 2023-03-07 11:55:19 +01:00
package-lock.json Bump @rollup/plugin-terser from 0.4.0 to 0.4.1 in /js (#19618) 2023-04-11 17:22:23 +00:00
package.json Bump @typescript-eslint/eslint-plugin from 5.57.0 to 5.58.0 in /js (#19646) 2023-04-11 16:43:01 +00:00
pom.xml Add Maven build for the Admin UI (#17552) 2023-03-13 18:16:12 +00: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

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
├── 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.