cloudinary-community / photocrate

Photo library and interactive editor built with Next.js & Cloudinary
https://www.photobox.dev/
MIT License
123 stars 14 forks source link

Upload from client, use API endpoint only for signature #13

Open colbyfayock opened 4 months ago

colbyfayock commented 4 months ago

We can make a REST request directly to the API to avoid uploading to the API endpoint and just use the API endpoint to sign the request. Should make uploading faster