From 702bc2cf23cb7e5fd88c8cda8835835037b365ab Mon Sep 17 00:00:00 2001 From: mposolda Date: Tue, 28 Jan 2025 09:52:31 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20main=20from=20=20@=20f5a0b51a0?= =?UTF-8?q?8d859cebbed3a980212e828c8f44018=20=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- guides.html | 15 +++++++++++ nightly/guides.html | 15 +++++++++++ nightly/securing-apps/nodejs-adapter.html | 31 ++++++++++++++++++++--- resources/images/guides/logo.svg | 1 + resources/images/guides/nightly/logo.svg | 1 + securing-apps/nodejs-adapter.html | 31 ++++++++++++++++++++--- 6 files changed, 88 insertions(+), 6 deletions(-) create mode 100644 resources/images/guides/logo.svg create mode 100644 resources/images/guides/nightly/logo.svg diff --git a/guides.html b/guides.html index e4c73e1fe8a5..6f2799db646e 100644 --- a/guides.html +++ b/guides.html @@ -763,6 +763,21 @@
Keycloak Node.js adapter +
+ Node.js adapter to protect server-side JavaScript apps +
+
+ + + + +
+
+
+
+ Keycloak Node.js adapter + +
Node.js adapter to protect server-side JavaScript apps
diff --git a/nightly/guides.html b/nightly/guides.html index d27f2d8fae58..d31cc70be47e 100644 --- a/nightly/guides.html +++ b/nightly/guides.html @@ -786,6 +786,21 @@
Keycloak Node.js adapter +
+ Node.js adapter to protect server-side JavaScript apps +
+
+ +
+
+
+
+
+
+
+ Keycloak Node.js adapter + +
Node.js adapter to protect server-side JavaScript apps
diff --git a/nightly/securing-apps/nodejs-adapter.html b/nightly/securing-apps/nodejs-adapter.html index ec14e1ba8edb..48df5ebe20ff 100644 --- a/nightly/securing-apps/nodejs-adapter.html +++ b/nightly/securing-apps/nodejs-adapter.html @@ -118,7 +118,7 @@

Installation

    "dependencies": {
-        "keycloak-connect": "{project_versionNpm}"
+        "keycloak-connect": "999.0.0-SNAPSHOT"
     }
@@ -558,7 +558,32 @@

Additional URLs

Complete example

-

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

+
+
+
+
+

Upgrading the Node.js adapter

+
+
+

To upgrade a Node.js adapter that has been copied to your web application, perform the following procedure.

+
+
+
Procedure
+
    +
  1. +

    Download the new adapter archive.

    +
  2. +
  3. +

    Remove the existing Node.js adapter directory

    +
  4. +
  5. +

    Unzip the updated file into its place

    +
  6. +
  7. +

    Change the dependency for keycloak-connect in the package.json of your application

    +
  8. +
@@ -569,7 +594,7 @@

Complete example

On this page
diff --git a/resources/images/guides/logo.svg b/resources/images/guides/logo.svg new file mode 100644 index 000000000000..74f50ab4b0fe --- /dev/null +++ b/resources/images/guides/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/resources/images/guides/nightly/logo.svg b/resources/images/guides/nightly/logo.svg new file mode 100644 index 000000000000..74f50ab4b0fe --- /dev/null +++ b/resources/images/guides/nightly/logo.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/securing-apps/nodejs-adapter.html b/securing-apps/nodejs-adapter.html index 454833696874..eb55b5b7848a 100644 --- a/securing-apps/nodejs-adapter.html +++ b/securing-apps/nodejs-adapter.html @@ -112,7 +112,7 @@

Installation

    "dependencies": {
-        "keycloak-connect": "{project_versionNpm}"
+        "keycloak-connect": "26.1.1"
     }
@@ -552,7 +552,32 @@

Additional URLs

Complete example

-

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

+
+
+
+
+

Upgrading the Node.js adapter

+
+
+

To upgrade a Node.js adapter that has been copied to your web application, perform the following procedure.

+
+
+
Procedure
+
    +
  1. +

    Download the new adapter archive.

    +
  2. +
  3. +

    Remove the existing Node.js adapter directory

    +
  4. +
  5. +

    Unzip the updated file into its place

    +
  6. +
  7. +

    Change the dependency for keycloak-connect in the package.json of your application

    +
  8. +
@@ -563,7 +588,7 @@

Complete example

On this page
- Edit this guide + Edit this guide