invoice-as-a-service
invoice-as-a-service copied to clipboard
Generate PDF in a GET route
Why ?
Better integration with web: just in time pdf generation.
Link could be sent by email and be opened by random people.
How ?
Disable 3rd-party storage (to prevent credential leak)
Body should be serialized to base64 and passed in url query params.