smeevil / cloudex

An elixir library which helps with uploading image files or urls to cloudinary
Do What The F*ck You Want To Public License
104 stars 64 forks source link

Signature includes `resource_type` #50

Closed erikreedstrom closed 5 years ago

erikreedstrom commented 6 years ago

According to the documentation, resource_type should not be included in the signature.

All parameters added to the method call should be included except: file, resource_type and your api_key.

https://cloudinary.com/documentation/upload_images#generating_authentication_signatures

However, currently the API only removes :file from the data in sign/1.

smeevil commented 5 years ago

version 1.2.3 has been published, thanks for your time 👍