Skip to content

Commit 9ce9282

Browse files
kemister85Farzad Hayat
andauthored
Update modules/ROOT/pages/export-to-pdf-with-jwt-authentication-nodejs.adoc
Co-authored-by: Farzad Hayat <[email protected]>
1 parent a00a7ae commit 9ce9282

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

modules/ROOT/pages/export-to-pdf-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)