Skip to content

Commit 272a6e5

Browse files
author
Farzad Hayatbakhsh
committed
DOC-2597: Add link to official Uploadcare documentation for Signed Uploads
1 parent 0c7c2a8 commit 272a6e5

File tree

1 file changed

+8
-2
lines changed

1 file changed

+8
-2
lines changed

modules/ROOT/partials/configuration/uploadcare_signed_upload_auth_provider.adoc

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,13 +16,19 @@ tinymce.init({
1616
plugins: 'uploadcare',
1717
toolbar: 'uploadcare',
1818
uploadcare_public_key: '<your-public-key>',
19-
uploadcare_signed_upload_auth_provider: (_publicKey) => Promise.resolve({
19+
uploadcare_signed_upload_auth_provider: (publicKey) => Promise.resolve({
2020
signature: 'sig',
2121
expire: 123
2222
}),
2323
});
2424
----
2525

26+
[TIP]
27+
.Starter Project
28+
====
29+
To get started quickly and understand how Uploadcare Signed Uploads integrates with {productname} {pluginname}, {companyname} recommends trying the starter project on GitHub to set up {pluginname} with Signed Uploads. Just clone the repository and follow the steps to set up the project. The link will take you to the GitHub page for the starter project, where the source code is available for you to view: link:https://github.com/tinymce/tinymce-uploadcare-signed-uploads-starter[{productname} {pluginname} Signed Uploads Starter Project].
30+
====
31+
2632
[IMPORTANT]
2733
====
2834
{companyname} recommends configuring the `uploadcare_signed_upload_auth_provider` option to secure uploads and prevent misuse of your Uploadcare `uploadcare_public_key`. This option is essential for applications requiring:
@@ -34,4 +40,4 @@ tinymce.init({
3440
This option **only** secures unauthorized access to upload files to the uploadcare storage by verifying signatures during uploads.
3541
3642
For most integrations, enabling signed uploads by configuring this option ensures that only authorized uploads occur, reducing the risk of abuse and maintaining secure usage of your `uploadcare_public_key`.
37-
====
43+
====

0 commit comments

Comments
 (0)