imagekit-developer / imagekit-uppy-plugin

Uppy plugin for ImageKit destination
MIT License
4 stars 8 forks source link

Fix/authentication flow #18

Closed prasoon0909 closed 1 year ago

prasoon0909 commented 1 year ago
  1. Removal of authenticationEndpoint: In the past, the authenticationEndpoint parameter was used when initialising the ImageKitUppyPlugin class. This parameter has now been taken out.
  2. Introduction of authenticator: We've added a new way to handle authentication. You'll now use the authenticator parameter. This parameter needs an async function that resolve to object containing security parameters i.e token, signature and 'expire`.
  3. README Update: The README.md file has been updated to explain these changes better. 4.Major Version Update: The version has been bumped up to 2.0.0 to show that these are breaking changes