keycloakify 4.7.2 → 4.7.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/CHANGELOG.md +4 -0
- package/README.md +3 -6
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/README.md
CHANGED
@@ -30,10 +30,6 @@
|
|
30
30
|
<img src="https://user-images.githubusercontent.com/6702424/110260457-a1c3d380-7fac-11eb-853a-80459b65626b.png">
|
31
31
|
</p>
|
32
32
|
|
33
|
-
> New with v4.7.2: **M1 Mac** support (for testing locally with a dockerized Keycloak).
|
34
|
-
> Thanks goes to [@eduardosanzb](https://github.com/InseeFrLab/keycloakify/issues/43#issuecomment-975699658).
|
35
|
-
> Be aware: When running M1s you are testing with Keycloak v15 else the local container spun will be a Keycloak v16.1.0.
|
36
|
-
|
37
33
|
# Motivations
|
38
34
|
|
39
35
|
Keycloak provides [theme support](https://www.keycloak.org/docs/latest/server_development/#_themes) for web pages. This allows customizing the look and feel of end-user facing pages so they can be integrated with your applications.
|
@@ -480,8 +476,9 @@ and `kcRegisterContext["authorizedMailDomains"]` to validate on.
|
|
480
476
|
|
481
477
|
# v4.7.2
|
482
478
|
|
483
|
-
|
484
|
-
|
479
|
+
> WARNING: This is broken.
|
480
|
+
> Testing with local Keycloak container working with M1 Mac. Thanks to [@eduardosanzb](https://github.com/InseeFrLab/keycloakify/issues/43#issuecomment-975699658).
|
481
|
+
> Be aware: When running M1s you are testing with Keycloak v15 else the local container spun will be a Keycloak v16.1.0.
|
485
482
|
|
486
483
|
# v4.7.0
|
487
484
|
|