Version 3.0.0
Fixes
Breaking change when upgrading to 3.x
- In version 3.0.0, we have deprecated the use of the
authenticationEndpoint
parameter. Instead, the SDK now introduces a new parameter namedauthenticator
. This parameter expects an asynchronous function that resolves with an object containing the necessary security parameters i.esignature
,token
, andexpire
. - Now
ref
needs to be passed instead ofinputRef
in the IKUpload component