Use Shopify Direct API Access in Web Worker

Hello Everyone,

I am trying to implement a web Worker on our Remix.run app,

Basically planning to move some work from the main thread to a Worker. now, I am using Direct API Access to fetch some data,

I want to move it to the worker instead but I got an issue with the authentication.

Do you know any way to handle that?

Thank you