I'm working on a CI function to create a deployment on Komodo, which runs on Node. When attempting to load komodo_client in Node, it errors attempting to fetch the tokens from localStorage, which isn't available in that environment. I have worked around this by stubbing localStorage before loading the komodo_client, but it seems like this should be resolved in the auth client itself.
I'm working on a CI function to create a deployment on Komodo, which runs on Node. When attempting to load
komodo_clientin Node, it errors attempting to fetch the tokens fromlocalStorage, which isn't available in that environment. I have worked around this by stubbinglocalStoragebefore loading thekomodo_client, but it seems like this should be resolved in the auth client itself.