MCPcopy Create free account
hub / github.com/docker/docker-agent / callbackURL

Function callbackURL

cmd/wasm/web/auth.js:67–69  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65// access. Whatever path the page is currently served from will do; we strip
66// any query/hash so the redirect target is canonical.
67function callbackURL() {
68 return location.origin + location.pathname;
69}
70
71// signIn kicks off the PKCE flow. The function does not return — the tab
72// navigates away to OpenRouter.

Callers 2

signInFunction · 0.85
handleCallbackFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected