workers-sdk
workers-sdk copied to clipboard
🚀 Feature Request: Remove OAuth authorization from the web dashboard
Describe the solution
Currently, it seems that there's no way to remove any authorized OAuth application using the web UI, and revoking an OAuth token requires running wrangler logout
on the machine where the original wrangler login
was run. This can be a problem, say, if the dev machine is lost.
Hey @caizixian - we've added this to our backlog.
In the meantime, you can workaround this issue by using CLOUDFLARE_API_TOKEN
as described here: https://developers.cloudflare.com/workers/wrangler/ci-cd/
This work is in progress with our Dashboard team, but I'm not sure on an ETA. That work will provide a way to revoke tokens via the dashboard UI.
I'm going to close this out from this repo, as it is not directly related to Wrangler, and there are documented workarounds for developing via Wrangler.