No description
Find a file
dependabot[bot] 1d5c8e5827
Bump @vitejs/plugin-react-swc from 3.1.0 to 3.2.0 (#4430)
Bumps [@vitejs/plugin-react-swc](https://github.com/vitejs/vite-plugin-react-swc) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/vitejs/vite-plugin-react-swc/releases)
- [Changelog](https://github.com/vitejs/vite-plugin-react-swc/blob/main/CHANGELOG.md)
- [Commits](https://github.com/vitejs/vite-plugin-react-swc/compare/v3.1.0...v3.2.0)

---
updated-dependencies:
- dependency-name: "@vitejs/plugin-react-swc"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Stan Silvert <ssilvert@redhat.com>
2023-02-20 15:38:11 +00:00
.github Upgrade to Vite version 4 (#4394) 2023-02-14 16:57:58 +01:00
.husky
apps Bump @vitejs/plugin-react-swc from 3.1.0 to 3.2.0 (#4430) 2023-02-20 15:38:11 +00:00
keycloak-theme Bump maven-javadoc-plugin from 3.4.1 to 3.5.0 in /keycloak-theme (#4425) 2023-02-20 09:18:40 -05:00
libs Bump @vitejs/plugin-react-swc from 3.1.0 to 3.2.0 (#4430) 2023-02-20 15:38:11 +00: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 Move Admin UI into a monorepo structure (#3186) 2022-08-25 11:03:07 +02:00
package-lock.json Bump @vitejs/plugin-react-swc from 3.1.0 to 3.2.0 (#4430) 2023-02-20 15:38:11 +00:00
package.json Bump @types/node from 18.13.0 to 18.14.0 (#4429) 2023-02-20 09:19:50 -05:00
README.md Readmes updates (#3807) 2022-12-01 14:19:06 +00:00
release.sh Drop snapshot releases in favour of nightlies (#2340) 2022-03-28 09:18:40 +02:00
set-version.sh
tsconfig.eslint.json Replace Snowpack with Vite (#2936) 2022-08-02 14:11:38 +02:00
tsconfig.json Move Admin UI into a monorepo structure (#3186) 2022-08-25 11:03:07 +02:00

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