I have been implementing helia into a new IPFS pinning service I will be launching EOY (paid service, but FOSS code) (uses the ipfs pinning spec). One barrier I ran into that I had to fork and create a pnpm patch is accessing the downloads on the trustless gateway behind a JWT.
I would like to request that my hack be used as a guide point for implementing support so I can stop needing to patch helia :P.
To be clear, I am currently offering a trustless gateway API, but it requires a JWT.
Hello,
I have been implementing helia into a new IPFS pinning service I will be launching EOY (paid service, but FOSS code) (uses the ipfs pinning spec). One barrier I ran into that I had to fork and create a pnpm patch is accessing the downloads on the trustless gateway behind a JWT.
I would like to request that my hack be used as a guide point for implementing support so I can stop needing to patch helia :P.
To be clear, I am currently offering a trustless gateway API, but it requires a JWT.
Kudos