No description
Find a file
dependabot[bot] bd1e62a1ef
Bump vite from 4.0.0 to 4.0.1 (#4027)
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite) from 4.0.0 to 4.0.1.
- [Release notes](https://github.com/vitejs/vite/releases)
- [Changelog](https://github.com/vitejs/vite/blob/main/packages/vite/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite/commits/v4.0.1/packages/vite)

---
updated-dependencies:
- dependency-name: vite
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-12-13 19:30:57 +00:00
.github Bump abhi1693/setup-browser from 0.3.4 to 0.3.5 (#4010) 2022-12-12 10:32:45 +01:00
.husky
apps Bump vite from 4.0.0 to 4.0.1 (#4027) 2022-12-13 19:30:57 +00:00
keycloak-theme Bump testng from 7.6.1 to 7.7.0 in /keycloak-theme (#4000) 2022-12-12 10:51:01 +00:00
libs Bump vite from 4.0.0 to 4.0.1 (#4027) 2022-12-13 19:30:57 +00:00
.eslintrc.js Add ESLint import plugin and use reccomended config (#3805) 2022-11-18 17:13:39 +01:00
.gitignore
.prettierrc.json
get-version.sh
LICENSE
MAINTAINERS.md
package-lock.json Bump vite from 4.0.0 to 4.0.1 (#4027) 2022-12-13 19:30:57 +00:00
package.json Bump @types/node from 18.11.13 to 18.11.14 (#4030) 2022-12-13 19:21:32 +00:00
README.md Readmes updates (#3807) 2022-12-01 14:19:06 +00:00
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