You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix: pass auth token to browser WebSocket connection
When the server is started with --auth-token, the browser client now
passes the token via query parameter (?token=...) when connecting to
the ORPC WebSocket endpoint. The token is read from VITE_AUTH_TOKEN
environment variable at build time.
Change-Id: Ic0e253cf128cae361af5032b0dbc0decb92dbd5f
Signed-off-by: Thomas Kosiewski <tk@coder.com>
0 commit comments