Skip to content

Commit 718f7d8

Browse files
authored
Update modules/ROOT/pages/importword-with-jwt-authentication-nodejs.adoc
1 parent f038eb8 commit 718f7d8

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/ROOT/pages/importword-with-jwt-authentication-nodejs.adoc

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ include::partial$auth/document-converters/initial-project-setup.adoc[]
1212

1313
== Setup
1414

15+
include::partial$auth/document-converters/jwt-setup-document-converters.adoc[leveloffset=+1]
16+
17+
. In the root directory, copy and paste the server setup code into the `jwt.js` file (refer to the *Configuring the Node.js Server for JWT Token Generation* section).
18+
19+
include::partial$auth/document-converters/server-setup-jwt.adoc[]
20+
1521
=== Web Page (public/index.html)
1622

1723
[source,html]
@@ -56,10 +62,4 @@ include::partial$auth/document-converters/initial-project-setup.adoc[]
5662
</html>
5763
----
5864

59-
. In the root directory, copy and paste the server setup code into the `jwt.js` file (refer to the *Configuring the Node.js Server for JWT Token Generation* section).
60-
61-
include::partial$auth/document-converters/server-setup-jwt.adoc[]
62-
63-
include::partial$auth/document-converters/jwt-setup-document-converters.adoc[leveloffset=+1]
64-
6565
include::partial$auth/document-converters/configuration-steps.adoc[]

0 commit comments

Comments
 (0)