Update Keycloakify

This commit is contained in:
garronej
2023-04-01 13:56:59 +02:00
parent 5689455bc0
commit f8e9556a3f
2 changed files with 37 additions and 5 deletions

View File

@ -15,6 +15,9 @@
"download-builtin-keycloak-theme": "download-builtin-keycloak-theme"
},
"keycloakify": {
"extraThemeProperties": [
"foo=bar"
],
"extraLoginPages": [
"my-extra-page-1.ftl",
"my-extra-page-2.ftl"
@ -22,6 +25,9 @@
"extraAccountPages": [
"my-extra-page-1.ftl",
"my-extra-page-2.ftl"
],
"customUserAttributes": [
"your-custom-attribute"
]
},
"author": "u/garronej",
@ -31,7 +37,7 @@
"evt": "^2.4.15",
"jwt-decode": "^3.1.2",
"keycloak-js": "^21.0.1",
"keycloakify": "^7.0.2",
"keycloakify": "^7.4.0",
"powerhooks": "^0.26.7",
"react": "18.1.0",
"react-dom": "18.1.0",