I think this PR broke our oauth proxy for our local dev environments. Basically I'm seeing that on this line ctx.request.url is a http://localhost:3000 url, even though we run everything behind a dev domain on https. Should it not use the URL from oAuthProxy({ currentURL: https://my-local-https-domain.dev})?