keycloakify 7.11.1 → 7.11.2
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/README.md +15 -8
- package/package.json +1 -1
package/README.md
CHANGED
@@ -49,12 +49,20 @@ Their dedicated support helps us continue the development and maintenance of thi
|
|
49
49
|
- Simplify and secure your Keycloak Identity and Access Management. Keycloak as a Service.
|
50
50
|
- Custom theme building for your brand using Keycloakify.
|
51
51
|
|
52
|
+
<div align="center">
|
53
|
+
|
54
|
+
|
55
|
+
|
56
|
+
</div>
|
57
|
+
|
58
|
+
<div align="center">
|
59
|
+
|
60
|
+

|
61
|
+
|
62
|
+
</div>
|
63
|
+
|
52
64
|
<p align="center">
|
53
|
-
<a href="https://cloud-iam.com/?mtm_campaign=keycloakify-deal&mtm_source=keycloakify-github">
|
54
|
-
<img src="https://user-images.githubusercontent.com/6702424/233476937-e37b1dc6-5a1c-4a0d-ba02-61c2ce62ffb6.png" alt="Cloud IAM Logo" width="350"/>
|
55
|
-
</a>
|
56
|
-
<br/>
|
57
|
-
<i>Use promo code <code>keycloakify5</code> </i>
|
65
|
+
<i>Checkout <a href="https://cloud-iam.com/?mtm_campaign=keycloakify-deal&mtm_source=keycloakify-github">Cloud IAM</a> and use promo code <code>keycloakify5</code></i>
|
58
66
|
<br/>
|
59
67
|
<i>5% of your annual subscription will be donated to us, and you'll get 5% off too.</i>
|
60
68
|
</p>
|
@@ -108,10 +116,9 @@ Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/d
|
|
108
116
|
You are now expected to have a `"prepare": "copy-keycloak-resources-to-public",` in your package.json scripts.
|
109
117
|
This script will create `public/keycloak-assets` when you run `yarn install` (If you are using another package manager
|
110
118
|
like `pnpm` makes sure that `"prepare"` is actually ran.)
|
111
|
-
[See the updated starter](https://github.com/keycloakify/keycloakify-starter/blob/94532fcf10bf8b19e0873be8575fd28a8958a806/package.json#L11).
|
112
|
-
`public/keycloak-assets` shouldn't be tracked by GIT and is automatically ignored.
|
119
|
+
[See the updated starter](https://github.com/keycloakify/keycloakify-starter/blob/94532fcf10bf8b19e0873be8575fd28a8958a806/package.json#L11). `public/keycloak-assets` shouldn't be tracked by GIT and is automatically ignored.
|
113
120
|
|
114
|
-
##
|
121
|
+
## 7.7
|
115
122
|
|
116
123
|
- Better storybook support, see [the starter project](https://github.com/keycloakify/keycloakify-starter).
|
117
124
|
|