Dan Bar-Shalom

Results 26 comments of Dan Bar-Shalom

At first I wrote this with basic authentication. But then I realized that it just adds an overhead on the client that has to base64 encode it instead of simply...

Crypto of the payload and hashing of the keys are 2 different concerns. * Hashing of the keys I think is mandatory. It's like hashing passwords. There's no reason for...

> It would be nice to ensure that the user is authenticated before they are allowed to push any api-keys I agree with you. From looking at the way you...

I had the same issue because I was calling : `jp.query.call(null, data, path)` When I changed `this` parameter from `null` to `jp` it solved the problem. `jp.query.call(jp, data, path)` btw,...

Any news on this? Still happens with wrangler 1.19.6 As mentioned by @jamesarosen it is still needed to comment-out `route` and set `workers_dev` to true every time you develop locally.

@jgentes I don't use Miniflare. It started once I've defined a route on my custom domain. The route that I've defined ends with `/*`.

Same issue here too. Chrome 87 on Mac 10.15.5

Hi @xortive , I reach this page, but after clicking the authorize button, the cli is still stuck. Happens consistently on all worker projects that I have, workers and worker-sites....

+1 to solve this issue. It is very annoying

@AlbinoGeek did you manage to resolve this?