|
2 | 2 | ==== |
3 | 3 | The {pluginname} plugin **requires** JWT authentication when using the {companyname} Cloud service. |
4 | 4 |
|
5 | | -* Configure the `{plugincode}_token_provider` option to specify the endpoint for retrieving a valid JWT token. |
| 5 | +**Authentication Setup:** |
6 | 6 |
|
7 | | -For more information on how to set up JWT authentication with {pluginname}, see examples: |
| 7 | +. Create a JWT key in the Customer Portal |
| 8 | +. Configure the `{plugincode}_token_provider` option to specify the endpoint for retrieving your JWT token |
8 | 9 |
|
9 | | -* xref:{pluginfilename}-with-jwt-authentication-nodejs.adoc[{pluginname} with JWT authentication (Node.js)] |
10 | | -* xref:{pluginfilename}-with-jwt-authentication-php.adoc[{pluginname} with JWT authentication (PHP)] |
| 10 | +For more information on how to set up JWT authentication with {pluginname}, see examples: xref:{pluginfilename}-with-jwt-authentication-nodejs.adoc[{pluginname} with JWT authentication (Node.js)] or xref:{pluginfilename}-with-jwt-authentication-php.adoc[{pluginname} with JWT authentication (PHP)] |
11 | 11 |
|
12 | | -**Trial period behavior:** |
| 12 | +**Trial period behavior** |
13 | 13 |
|
14 | | -* The {pluginname} plugin runs in evaluation mode and adds a watermark to exported content. |
15 | | -* The `{plugincode}_token_provider` option is "not required" during the trial period. |
16 | | -* If the trial period "expires" or the plugin lacks the necessary entitlement, it becomes _non-functional_. |
17 | | -* Attempting to use JWT authentication during the trial will result in an _error_. |
| 14 | +ifeval::["{plugincode}" == "importword"] |
| 15 | +* **Trial Period:** |
| 16 | +** With JWT: Full functionality, unlimited usage, no watermarks. |
| 17 | +** Without JWT: Full functionality with watermarks and page limits. |
| 18 | +
|
| 19 | +* **After Trial:** |
| 20 | +** With {pluginname} add-on + JWT: Full functionality (subscription-based) |
| 21 | +** Without add-on: Plugin entitlements are `disabled` and functionality is no longer available. |
| 22 | +endif::[] |
| 23 | +
|
| 24 | +ifeval::["{plugincode}" != "importword"] |
| 25 | +* **Trial Period:** |
| 26 | +** With JWT: Full functionality, unlimited usage, no watermarks. |
| 27 | +** Without JWT: Full functionality with watermarks. |
| 28 | +
|
| 29 | +* **After Trial:** |
| 30 | +** With {pluginname} add-on + JWT: Full functionality (subscription-based) |
| 31 | +** Without add-on: Plugin entitlements are `disabled` and functionality is no longer available. |
| 32 | +endif::[] |
| 33 | +
|
| 34 | +Visit the link:https://www.tiny.cloud/auth/login/[account portal] to obtain your JWT key and test full functionality. |
18 | 35 | ==== |
0 commit comments