Hi,
I just wanted to ask some points about pdf-export-server module.
I could not find any resource on the documentation on github, but wanted to ask about them just in case.
https://github.com/bryntum/pdf-export-server
1: Does this module have any sort of authentication method?
On my understanding, once you deploy this export server, it would work with bryntum gantt library without any authentication method.
In other words, anyone can make any request to this export server: executing pdf creation, downloading generated file.
Is my above understanding correct?
Or is there any sort of authentication method supported by this moudle?
2: Does this module have a support for integrating external storage service?
On my understanding, this module keeps generated module on memory, and release them when they are downloaded.
This got me wondering if this module has a support for integrating external storage service like aws s3?
What I mean by this is like this module to upload the generated file to s3 instead of keeping them on memory of the export server.
I appreciate your help in advance!