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
Copy file name to clipboardExpand all lines: docs/FAQ.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -183,7 +183,7 @@ code-server only supports password authentication natively.
183
183
**note**: code-server will rate limit password authentication attempts at 2 a minute and 12 an hour.
184
184
185
185
If you want to use external authentication (i.e sign in with Google) you should handle this
186
-
with a reverse proxy using something like [oauth2_proxy](https://github.com/pusher/oauth2_proxy)
186
+
with a reverse proxy using something like [Pomerium](https://www.pomerium.io/guides/code-server.html), [oauth2_proxy](https://github.com/pusher/oauth2_proxy)
187
187
or [Cloudflare Access](https://teams.cloudflare.com/access).
188
188
189
189
For HTTPS, you can use a self signed certificate by passing in just `--cert` or
0 commit comments