Repackaged Keycloak Account UI
This project re-packages @keycloak/keycloak-account-ui
.
All credits goes to the keycloak team for the original work. Mainly @jonkoops and @edewit.
This re-packaged distribution serves two key purposes:
-
Ensuring retro-compatibility with Keycloak:
It allows the Account UI to work seamlessly with older versions of Keycloak (down to version 19) and future major versions. This enables you to create a custom Account UI with minimal maintenance, without worrying about which Keycloak version it will be deployed on. -
Enabling partial customization of the Account UI:
You can take ownership of specific parts of the Account UI by simply copying and modifying source files as needed. The rest of the UI can remain in the original module, so your codebase will only include the files you've customized.
Note: This package's GitHub repository does not contain any code as it is automatically generated at build time by scripts/prepare.ts.
You can browse the sources includes int the NPM package here.
This package is meant to be used via Keycloakify. Learn how to use this module on the Keycloakify documentation website.
Note: This README file is automatically generated at build so the information above are guaranteed to be up to date.
You are currently viewing the README of@keycloakify/[email protected]
that mirrors@keycloak/[email protected]
.
It is the version of the Account UI that ships with Keycloak 26.0.0.
Here are all the dependencies that are required to use the Account UI in your project.
It's important to respect the exact version range listed here to avoid any compatibility issues.
package.json
{
"dependencies": {
"@keycloakify/keycloak-account-ui": "26.0.0-rc.2",
"@patternfly/patternfly": "^5.4.0",
"@patternfly/react-core": "^5.4.1",
"@patternfly/react-icons": "^5.4.0",
"@patternfly/react-table": "^5.4.1",
"i18next": "^23.15.1",
"i18next-http-backend": "^2.6.1",
"lodash-es": "^4.17.21",
"react-hook-form": "7.53.0",
"react-i18next": "^15.0.2",
"react-router-dom": "^6.26.2",
"keycloak-js": "26.0.0",
"@patternfly/react-styles": "^5.4.0",
"@keycloak/keycloak-admin-client": "26.0.0"
},
"devDependencies": {
"@types/lodash-es": "^4.17.12"
}
}