Skip to content

Commit c9a4f61

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

File tree

1 file changed

+8
-6
lines changed

1 file changed

+8
-6
lines changed

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

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

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

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

1624
[source,html]
@@ -54,10 +62,4 @@ include::partial$auth/document-converters/php/initial-project-setup.adoc[]
5462
</html>
5563
----
5664

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

0 commit comments

Comments
 (0)