"dependencies": {
- "keycloak-connect": "{project_versionNpm}"
+ "keycloak-connect": "999.0.0-SNAPSHOT"
}
diff --git a/guides.html b/guides.html index e4c73e1fe8a5..6f2799db646e 100644 --- a/guides.html +++ b/guides.html @@ -763,6 +763,21 @@
"dependencies": {
- "keycloak-connect": "{project_versionNpm}"
+ "keycloak-connect": "999.0.0-SNAPSHOT"
}
A complete example using the Node.js adapter usage can be found in Keycloak quickstarts for Node.js
+A complete example using the Node.js adapter usage can be found in Keycloak quickstarts for Node.js
+Node.js
adapterTo upgrade a Node.js
adapter that has been copied to your web application, perform the following procedure.
Download the new adapter archive.
+Remove the existing Node.js
adapter directory
Unzip the updated file into its place
+Change the dependency for keycloak-connect in the package.json
of your application
"dependencies": {
- "keycloak-connect": "{project_versionNpm}"
+ "keycloak-connect": "26.1.1"
}
A complete example using the Node.js adapter usage can be found in Keycloak quickstarts for Node.js
+A complete example using the Node.js adapter usage can be found in Keycloak quickstarts for Node.js
+Node.js
adapterTo upgrade a Node.js
adapter that has been copied to your web application, perform the following procedure.
Download the new adapter archive.
+Remove the existing Node.js
adapter directory
Unzip the updated file into its place
+Change the dependency for keycloak-connect in the package.json
of your application