I need to use the photobrowser component with images from a remote server. The server now requires a bearer token in the request header. Is it possible to add a header to the request before each photo is fetched?
You might have to the make the image request as a seperate function, then pass the URL to Photobrowser as a Data URL data: URLs - URIs | MDN