4 ms·
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 loca
by sudopsuedo 1y ago
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
- etgibbs 1y agogood suggestion, adding to the next release