diff --git a/README.md b/README.md index d2918a3..77f6dc5 100644 --- a/README.md +++ b/README.md @@ -23,10 +23,13 @@ This project re-packages [`@keycloak/keycloak-account-ui`](https://www.npmjs.com All credits goes to the keycloak team for the original work. Mainly [@jonkoops ](https://github.com/jonkoops) and [@edewit](https://github.com/edewit). -This re-packaged distribution exists to make it possible to take ownership of -some specific part of the Account UI to create your own custom version of it. -In straight forward therms it make the Account UI ejectable, you can copy -past [the source files](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.4-rc.6/src/) that you want to modify into your codebase. +This re-packaged distribution serves two key purposes: + +1. **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. + +2. **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](https://unpkg.com/browse/@keycloakify/keycloak-account-ui@25.0.4-rc.6/src/) as needed. The rest of the UI can remain in the original module, so your codebase will only include the files you've customized. For more details on integrating this package into your project, refer to the [Keycloakify documentation](https://keycloakify.dev).