Hacktoberfest 2026: the issues maintainers tagged for October, open and beginner-friendly. Browse Hacktoberfest issues

Support HTTP BasicAuth as alternative authentication

Open
#7,142 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Assessment

Difficulty
4/5
Estimated time
3-5 days
Newbie friendliness
35/100
Issue type
Feature
Clarity
Mostly clear
Activity status
Stale
Tech stack
typescript

Research direction

The issue does not name files, tests, or entry points. Start by locating the existing authentication handling and determine where HTTP BasicAuth would integrate with the reverse-proxy scenario; done means a provided username and password can authenticate securely over HTTPS without relying on cookie-based UI login.

Written by the indexing model from the issue text.

Description

enhancement

What is your suggestion?

Support HTTP BasicAuth for authenticating the user with a provided username and password

Why do you want this feature?

I have a reverse proxy setup where the authentication is handled at the proxy level, and a generated or pre-created Basic Auth is used to communicate with the back-end server, which may be still over a network and so HTTPS + Basic Auth is preferred over no authentication.

Are there any workarounds to get this functionality today?

None, no authentication does not pass security requirements and cookie-based (UI driven login) does not work in this context.

Are you interested in submitting a PR for this?

Yes

Dominant language
TypeScript
Stars
79.4k
Forks
6.9k
Avg merge
2d 13h
Merged PRs (30d)
39

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

More from coder/code-server

All issues in coder/code-server

Similar issues

More TypeScript issues

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.