You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi, trying to work out how best to integrate token based authentication with this SDK.
Our backend provides a token giving access to specific folders in Cloudinary which we can append to the delivery url for assets to allow client to access restricted images however not sure how to provide this to the Cloudinary context...
@bristoljon I have not found a good way to add this and it's definitely a missing feature to be able to add query strings. I will raise this with our team.
Thanks @d-mendoza, we have actually switched to the new React SDK version and so are using @cloudinary/url-gen to configure the url generator now so we would not need it added to this package if it's made available there.
Hi, trying to work out how best to integrate token based authentication with this SDK.
Our backend provides a token giving access to specific folders in Cloudinary which we can append to the delivery url for assets to allow client to access restricted images however not sure how to provide this to the Cloudinary context...
Was hoping it would be something like:
And the SDK appends the token passed as a param.
The text was updated successfully, but these errors were encountered: