ngrok or similar for workers?
i'm working on an integration for an oAuth provider that requires a non-localhost redirect url, even for its sandbox, so i was wondering if there was a way to get something similar to ngrok with wrangler so that i can work with the oauth provider?
2 Replies
Wrangler doesn't have anything natively, you can use ngrok (or Cloudflare's equivalent, cloudflared) and point it at the localhost URL
If you do choose to go with
cloudflared
, then you can just do Replacing 8787
with the port that wrangler
spits out. No need to log in. It will then log a URL that you can use