Questions about GitHub authentication #2535
Replies: 1 comment 4 replies
-
I've got no problem making it public. Thoughts @nhooyr?
We should be packaging `callback.html` at least in
`lib/vscode/resources/web`. We copied the relevant code from
`code-web.js` into our own web server code since we can't just import it
as it would create a new web server.
|
Beta Was this translation helpful? Give feedback.
4 replies
Answer selected by
rdbeach
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Will the code for the auth relay server be made public? And do you plan on maintaining this endpoint indefinitely?
const AUTH_RELAY_SERVER = 'auth.code-server.dev';
Also, I noticed that in the package 3.8.0 release, the lib/vscode/resources folder does not contain the web folder which is necessary for authentication. Is there a reason for this?
Beta Was this translation helpful? Give feedback.
All reactions