No description
Find a file
dependabot[bot] efeee80de3
Bump vite-plugin-dts from 1.7.2 to 1.7.3 (#4392)
Bumps [vite-plugin-dts](https://github.com/qmhc/vite-plugin-dts) from 1.7.2 to 1.7.3.
- [Release notes](https://github.com/qmhc/vite-plugin-dts/releases)
- [Changelog](https://github.com/qmhc/vite-plugin-dts/blob/main/CHANGELOG.md)
- [Commits](https://github.com/qmhc/vite-plugin-dts/compare/v1.7.2...v1.7.3)

---
updated-dependencies:
- dependency-name: vite-plugin-dts
  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-02-14 12:25:47 +01:00
.github Upgrade to React 18 (#4272) 2023-02-13 08:18:16 +01:00
.husky
apps Remove WebPack pre-proccessor from Cypress config (#4389) 2023-02-14 06:56:04 +01:00
keycloak-theme Bump maven-deploy-plugin from 3.0.0 to 3.1.0 in /keycloak-theme (#4378) 2023-02-13 10:11:58 +01:00
libs Bump vite-plugin-dts from 1.7.2 to 1.7.3 (#4392) 2023-02-14 12:25:47 +01:00
.eslintrc.js Introduce linting rule warn about nested components (#4292) 2023-01-31 12:34:33 +01:00
.gitignore Remove duplicate IntelliJ entries from .gitignore (#4080) 2022-12-22 14:52:41 +00:00
.prettierrc.json
get-version.sh
LICENSE
MAINTAINERS.md
package-lock.json Bump vite-plugin-dts from 1.7.2 to 1.7.3 (#4392) 2023-02-14 12:25:47 +01:00
package.json Bump lint-staged from 13.1.1 to 13.1.2 (#4388) 2023-02-13 19:12:07 +00:00
README.md
release.sh
set-version.sh
tsconfig.eslint.json
tsconfig.json

Keycloak UI

This repository contains the UIs and related libraries of the Keycloak project.

Repository 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.

License