Meiki
CDCloudflare Developers
•Created by Meiki on 7/21/2023 in #workers-help
base64UrlEncoding in Worker without Wrangler
Hi y'all!
I have the following function to generate JWT tokens to the Google Ads API
I wanted to add this into a Worker for my integration, but realized the Node.js integration for CF Workers requires wrangler. While Crypto is available as a runtime API, unfortunately the package I'm using (or ) isn't.
I am learning how to use Wrangler, but I'm in a bit of a time pinch currently. Is there a way to do this in the GUI, or am I stuck needing to develop locally?
3 replies