mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #3095] [feature]: Builtin simple auth #1020
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#1020
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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?
Summary
Simple auth inside app. Maybe support for Reverse Proxy Authentication (Know as trusted header).
Why should this be worked on?
@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.
@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 ofcode-serverwould 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.