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
Use cookie based authentication
this is probably the easiest fix to this issue but will have to rewrite the entire authentication of the application.
this might also ssolve issue Secure video URLs #170
Use signed url
requires quite a bit of work in order to create the signing and validating that the signature is still valid in the time. Also picking a time for the signature is valid for might be tricky.
Use streams to fetch the data
seems like it could work but seems super complicated to implement but might be worth looking into for transcoding video data
Currently you can reach any image as the URLs are not authorized.
The text was updated successfully, but these errors were encountered: