uppy/.changeset/mighty-deers-sin.md
Mikael Finstad ad4050b51e
Send token using websocket (#6248)
instead of window.opener - it is more robust

inspired by #4110
closes #6246
closes #4107

Biggest caveat: In cases where window.opener is null (Dropbox), the auth
window will not be auto closed (I don't know how to fix that). It will
show the user a message "Authentication successful. You may now close
this page."
https://github.com/transloadit/uppy/pull/6248/changes#diff-ef5b69c4ab5b83168eaba6f57047bb07c53e3a426f375b42fcb32d79c746872cR22

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Prakash <qxprakash@gmail.com>
2026-05-09 15:03:04 +08:00

347 B

@uppy/companion-client @uppy/companion
major major

Send token using websocket instead of window.opener. Breaking in @uppy/companion-client because it needs newest version of Companion in order to work. Breaking in @uppy/companion because companion.socket() now requires companionOptions to be passed as the second argument.