Is there a way to authenticate without a browser? (For when we're developing on a headless machine or a remote machine via vscode->ssh, and the callback to localhost can't fire from our client machine)
I've tried launching via
`NO_BROWSER=true embedder` but this doesn't seem to change the auth flow
I've tried launching via `NO_BROWSER=true embedder` but this doesn't seem to change the auth flow