diff --git a/modules/ROOT/pages/export-to-word-with-jwt-authentication-with-php.adoc b/modules/ROOT/pages/export-to-word-with-jwt-authentication-with-php.adoc index 2b20580c48..ccaa016435 100644 --- a/modules/ROOT/pages/export-to-word-with-jwt-authentication-with-php.adoc +++ b/modules/ROOT/pages/export-to-word-with-jwt-authentication-with-php.adoc @@ -11,11 +11,13 @@ include::partial$auth/document-converters/php/initial-project-setup.adoc[] == Setup +=== Generate a Public/Private Key Pair + include::partial$auth/document-converters/jwt-setup-document-converters.adoc[leveloffset=+2] include::partial$auth/document-converters/php/server-setup-php.adoc[] -==== Web Page Setup (index.html) +=== Web Page Setup (index.html) Inside the `public` folder where you created the `index.html` file add the HTML setup code: diff --git a/modules/ROOT/pages/import-word-with-jwt-authentication-with-php.adoc b/modules/ROOT/pages/import-word-with-jwt-authentication-with-php.adoc index bd4fe8e3f8..d70c6e9567 100644 --- a/modules/ROOT/pages/import-word-with-jwt-authentication-with-php.adoc +++ b/modules/ROOT/pages/import-word-with-jwt-authentication-with-php.adoc @@ -1,5 +1,5 @@ = {pluginname} with JWT authentication (PHP) Guide -:navtitle: JWT Authentication setup for Import Word to TinyMCE Edtior +:navtitle: JWT Authentication setup for Import from Word :description: Guide on how to setup JWT Authentication for importing Word files with {productname} :keywords: jwt, authentication, importword, word, php :pluginname: Import from Word @@ -11,11 +11,13 @@ include::partial$auth/document-converters/php/initial-project-setup.adoc[] == Setup +=== Generate a Public/Private Key Pair + include::partial$auth/document-converters/jwt-setup-document-converters.adoc[leveloffset=+2] include::partial$auth/document-converters/php/server-setup-php.adoc[] -==== Web Page Setup (index.html) +=== Web Page Setup (index.html) Inside the `public` folder where you created the `index.html` file add the HTML setup code: