|
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 | +* **Trial Period:** |
| 15 | +** With JWT: Full functionality, unlimited usage, no watermarks. |
| 16 | +** Without JWT: Limited functionality with watermarks and page limits. |
| 17 | +
|
| 18 | +* **After Trial:** |
| 19 | +** With {pluginname} "add-on" + JWT: Full functionality (subscription-based). |
| 20 | +** Without add-on: Limited functionality with watermarks and page limits. |
| 21 | +
|
| 22 | +Visit the link:https://www.tiny.cloud/auth/login/[account portal] to obtain your JWT key and test full functionality. |
18 | 23 | ==== |
0 commit comments