Skip to content

Commit 679c01b

Browse files
Update modules/ROOT/pages/export-to-word-with-jwt-authentication-with-php.adoc
Co-authored-by: Karl Kemister-Sheppard <[email protected]>
1 parent 61f91db commit 679c01b

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

modules/ROOT/pages/export-to-word-with-jwt-authentication-with-php.adoc

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

1313
. Inside the `public` folder where you created the `index.html` file add the HTML setup code (refer to the *Setting up {productname} HTML* section).
1414

15+
== Setup
16+
17+
include::partial$auth/document-converters/jwt-setup-document-converters.adoc[leveloffset=+1]
18+
19+
. In the root directory, copy and paste the server setup code into the `jwt.php` file.
20+
21+
include::partial$auth/document-converters/php/server-setup-php.adoc[]
22+
1523
==== Web Page Setup (index.html)
1624

1725
[source,html]
@@ -55,10 +63,4 @@ include::partial$auth/document-converters/php/initial-project-setup.adoc[]
5563
</html>
5664
----
5765

58-
. In the root directory, copy and paste the server setup code into the `jwt.php` file.
59-
60-
include::partial$auth/document-converters/php/server-setup-php.adoc[]
61-
62-
include::partial$auth/document-converters/jwt-setup-document-converters.adoc[leveloffset=+1]
63-
6466
include::partial$auth/document-converters/php/configuration-steps.adoc[]

0 commit comments

Comments
 (0)