keycloakify 11.9.2 → 11.9.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/README.md CHANGED
@@ -48,9 +48,7 @@ Keycloakify is fully compatible with Keycloak from version 11 to 26...[and beyon
48
48
  > To ensure compatibility, simply upgrade to the latest Keycloakify version for your major release (v10 or v11) and rebuild your theme.
49
49
  > No breaking changes have been introduced, but the target version ranges have been updated. For more details, see [this guide](https://docs.keycloakify.dev/features/compiler-options/keycloakversiontargets).
50
50
 
51
- ## Sponsors
52
-
53
- Project backers, we trust and recommend their services.
51
+ ## Sponsor
54
52
 
55
53
  <br/>
56
54
 
@@ -72,42 +70,6 @@ Project backers, we trust and recommend their services.
72
70
  <i><a href="https://phasetwo.io/?utm_source=keycloakify"><strong>Keycloak as a Service</strong></a> - Keycloak community contributors of popular <a href="https://github.com/p2-inc#our-extensions-?utm_source=keycloakify">extensions</a> providing free and dedicated <a href="https://phasetwo.io/hosting/?utm_source=keycloakify">Keycloak hosting</a> and enterprise <a href="https://phasetwo.io/support/?utm_source=keycloakify">Keycloak support</a> to businesses of all sizes.</i>
73
71
  </p>
74
72
 
75
- <br/>
76
- <br/>
77
- <br/>
78
-
79
- <div align="center">
80
-
81
-
82
-
83
- </div>
84
-
85
- <div align="center">
86
-
87
- ![Logo Light](https://github.com/user-attachments/assets/6c00c201-eed7-485a-a887-70891559d69b#gh-light-mode-only)
88
-
89
- </div>
90
-
91
- <br/>
92
-
93
- <p align="center">
94
- <a href="https://www.zone2.tech/services/keycloak-consulting">
95
- <i><strong>Keycloak Consulting Services</strong> - Your partner in Keycloak deployment, configuration, and extension development for optimized identity management solutions.</i>
96
- </a>
97
- </p>
98
-
99
- # Past sponsors
100
-
101
- <div align="center">
102
- <img width="200" src="https://user-images.githubusercontent.com/6702424/234135799-68684c33-4ec5-48d4-8763-0f3922c86643.png">
103
- </div>
104
-
105
- <p align="center">
106
- <a href="https://cloud-iam.com/?mtm_campaign=keycloakify-deal&mtm_source=keycloakify-github"><strong>Managed Keycloak Provider</strong> - With Cloud-IAM powering your Keycloak clusters, you can sleep easy knowing you've got the software and the experts you need for operational excellence. Cloud IAM is a french company. </a>
107
- <br/>
108
- Use code <code>keycloakify5</code> at checkout for a 5% discount.
109
- </p>
110
-
111
73
  ## Contributors ✨
112
74
 
113
75
  Thanks goes to these wonderful people ([emoji key](https://allcontributors.org/docs/en/emoji-key)):
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "keycloakify",
3
- "version": "11.9.2",
3
+ "version": "11.9.3",
4
4
  "description": "Framework to create custom Keycloak UIs",
5
5
  "repository": {
6
6
  "type": "git",
@@ -1,4 +1,4 @@
1
- import { base64url } from "rfc4648";
1
+ import { base64url } from "./rfc4648.js";
2
2
  import { returnSuccess, returnFailure } from "./webauthnAuthenticate.js";
3
3
 
4
4
  export function initAuthenticate(input) {