No description
Find a file
dependabot[bot] a6e9fa4e61
Bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 (#4108)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.47.0 to 5.47.1.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.47.1/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  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>
2023-01-02 09:26:58 +00:00
.github Stop copying settings.xml for Maven configuration (#4043) 2022-12-15 12:39:19 +01:00
.husky Stop running unit tests on commit (#1148) 2021-09-13 11:28:47 +02:00
apps Bump @cypress/webpack-preprocessor from 5.16.0 to 5.16.1 (#4107) 2023-01-02 10:02:12 +01:00
keycloak-theme Bump testng from 7.7.0 to 7.7.1 in /keycloak-theme (#4105) 2023-01-02 10:02:32 +01:00
libs Bump rollup from 3.8.1 to 3.9.0 (#4109) 2023-01-02 10:01:34 +01:00
.eslintrc.js Add ESLint import plugin and use reccomended config (#3805) 2022-11-18 17:13:39 +01:00
.gitignore Remove duplicate IntelliJ entries from .gitignore (#4080) 2022-12-22 14:52:41 +00:00
.prettierrc.json added initial version of the "help system" (#26) 2020-09-02 09:51:42 +02:00
get-version.sh Use Maven for versioning and drop NPM version (#1336) 2021-10-14 11:00:49 +02:00
LICENSE Initial commit 2020-07-27 14:40:12 -04:00
MAINTAINERS.md Move Admin UI into a monorepo structure (#3186) 2022-08-25 11:03:07 +02:00
package-lock.json Bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 (#4108) 2023-01-02 09:26:58 +00:00
package.json Bump @typescript-eslint/eslint-plugin from 5.47.0 to 5.47.1 (#4108) 2023-01-02 09:26:58 +00: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 Use Maven for versioning and drop NPM version (#1336) 2021-10-14 11:00:49 +02:00
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