Authentication - Cornerstone + Orthanc

Hello everyone!

I am trying to build a simple web service using cornerstone and orthanc. The orthanc server requires authentication to protect the data and in the frontend I’m loading images using the volume loader with the @cornerstonejs/streaming-image-volume-loader. The webImageLoader allows for custom headers but the volume loader and the dicom-image-loader look like they don’t. Are there ways to add custom headers to support something like JWT auth or does anyone have a recommendation on how to add auth to the system in another way?

Thanks!!