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 All,
I've implemented old thumbor feature of having a hash on each url.
It works on old urls (thumbor format) and also new urls base64 encoded(I've added the parameter "hash" to the object).
I Got the base function from the PR here: #111 (thanks to @soupy1976)
I've implemented in a rush, so it is not ready for PR yet but I was thinking if there is a need to make a proper PR or is it a thing that not all people need?
The way we have, We only check for the key if there is the SECURITY_KEY env variable, giving the user the choice.
Let me know if a PR is needed.
Thanks
The text was updated successfully, but these errors were encountered:
Hi All,
I've implemented old thumbor feature of having a hash on each url.
It works on old urls (thumbor format) and also new urls base64 encoded(I've added the parameter "hash" to the object).
I Got the base function from the PR here: #111 (thanks to @soupy1976)
I've implemented in a rush, so it is not ready for PR yet but I was thinking if there is a need to make a proper PR or is it a thing that not all people need?
The way we have, We only check for the key if there is the SECURITY_KEY env variable, giving the user the choice.
Let me know if a PR is needed.
Thanks
The text was updated successfully, but these errors were encountered: