[GH-ISSUE #3095] [feature]: Builtin simple auth #1020

Closed
opened 2026-03-16 18:05:59 +03:00 by kerem · 2 comments
Owner

Originally created by @webysther on GitHub (May 29, 2023).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3095

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Simple auth inside app. Maybe support for Reverse Proxy Authentication (Know as trusted header).

Why should this be worked on?

  • No need mail server
  • No need OAuth
  • Simple start point
Originally created by @webysther on GitHub (May 29, 2023). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/3095 ### Is there an existing issue for this? - [X] I have searched the existing issues ### Summary Simple auth inside app. Maybe support for Reverse Proxy Authentication (Know as [trusted header](https://www.authelia.com/integration/trusted-header-sso/introduction/)). ### Why should this be worked on? - No need mail server - No need OAuth - Simple start point
kerem 2026-03-16 18:05:59 +03:00
Author
Owner

@liyasthomas commented on GitHub (May 31, 2023):

As per the current roadmap planned for Hoppscotch self-hosted community edition, we don't have any plans to add simple authentication support, hence I'm closing this issue as not planned.

We'll keep a tab open for this feature request to get to know more about the use cases, discuss the accessibility, and how we can improve the self-hosting experience, etc. Feel free to share your thoughts on this feature in comments below.

<!-- gh-comment-id:1569581989 --> @liyasthomas commented on GitHub (May 31, 2023): As per the current roadmap planned for Hoppscotch self-hosted community edition, we don't have any plans to add simple authentication support, hence I'm closing this issue as not planned. We'll keep a tab open for this feature request to get to know more about the use cases, discuss the accessibility, and how we can improve the self-hosting experience, etc. Feel free to share your thoughts on this feature in comments below.
Author
Owner

@fin-ger commented on GitHub (Oct 20, 2023):

I do have a very simple use-case for a simple-starting-point.

I would like to use Hoppscotch inside a Coder Workspace as a Coder-App. This is usually done by installing the app inside the workspace and then proxying the port of the app through Coder.

An example often used with Coder is code-server, a web-app for VSCode. An instance of code-server would run inside the Coder workspace without any authentication or TLS termination, just plain HTTP on any TCP port (e.g. 13337). Coder then proxies that port through a per-workspace URL and handles TLS-termination and authentication.

If there would be a possibility for Hoppscotch to be started without any authentication configured, one could easily integrate Hoppscotch into a Coder workspace.

<!-- gh-comment-id:1772456379 --> @fin-ger commented on GitHub (Oct 20, 2023): I do have a very simple use-case for a simple-starting-point. I would like to use Hoppscotch inside a [Coder Workspace as a Coder-App](https://coder.com/docs/v2/latest/ides/web-ides). This is usually done by installing the app inside the workspace and then proxying the port of the app through Coder. An example often used with Coder is `code-server`, a web-app for VSCode. An instance of `code-server` would run inside the Coder workspace without any authentication or TLS termination, just plain HTTP on any TCP port (e.g. 13337). Coder then proxies that port through a per-workspace URL and handles TLS-termination and authentication. If there would be a possibility for Hoppscotch to be started without any authentication configured, one could easily integrate Hoppscotch into a Coder workspace.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#1020
No description provided.