5d1166b473
* OAuth 2.0 Device Polling Interval - Setting in Realms settings/Token Plus-Minus to change value not working > > The input was taking a String type variable. Fixed it by converting it to a number so that numeric calculations can be done on it. Also, applied a condition for Minus button so that the count is never less than zero since the default value is 0. > > Closes #29551 Signed-off-by: Ahana Mallik <ahanamallik@gmail.com> * Satisfy linter. Signed-off-by: Stan Silvert <ssilvert@redhat.com> --------- Signed-off-by: Ahana Mallik <ahanamallik@gmail.com> Signed-off-by: Stan Silvert <ssilvert@redhat.com> Co-authored-by: Ahana Mallik <ahanamallik@gmail.com> |
||
---|---|---|
.. | ||
.husky | ||
apps | ||
libs | ||
CODING_GUIDELINES.md | ||
pom.xml | ||
README.md |
Keycloak JavaScript
This directory contains the UIs and related libraries of the Keycloak project written in JavaScript (and TypeScript).
Directory 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
├── libs
│ ├── keycloak-admin-client # Keycloak Admin Client library for Keycloak REST API
│ └── keycloak-js # Keycloak JS library for securing HTML5/JavaScript applications
├── ...
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.