mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #680] [feature]: Public account data #240
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#240
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 @leomp12 on GitHub (Mar 17, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/680
Is your feature request related to a problem? Please describe.
Imo will be great to be able to share account data, specially collections.
I saw team support planning (https://github.com/liyasthomas/postwoman/issues/580), it will be awesome, but in some cases (at least on mine 😄 ) public collections is the best solution, without login required to read.
Describe the solution you'd like
Describe alternatives you've considered
Teams, but not so good for this case and I think it's even harder to implement.
Additional context
N/A
@leomp12 commented on GitHub (Mar 17, 2020):
@liyasthomas I can give a try if you agree and can wait a while again (I'm still kind of busy 😛 )
@leomp12 commented on GitHub (Mar 17, 2020):
Additionally, for this purpose will be good to provide URLs for each collection request (another issue?).
@liyasthomas commented on GitHub (Mar 17, 2020):
I planned Teams support to be a customizable read-only collections with a sharable ID.
@leomp12 commented on GitHub (Mar 18, 2020):
I'm not sure if I understand, will team support work as I described here?
I imagined that the teams would be composed of invited (authenticated) users only, and possibly with write permission, not?
@liyasthomas commented on GitHub (Mar 18, 2020):
I thought of a public/authenticated Collections. Need some refining on it. Will update progress here. Anyways, let this issue stay untill then.
@kondr1 commented on GitHub (Mar 3, 2025):
Is this still in the plans?
@liyasthomas commented on GitHub (Mar 3, 2025):
We’re definitely working on making the API documentation and hosting a priority for next quarter. This could be a great starting point for public workspaces and collections.
@MkDev11 commented on GitHub (Feb 25, 2026):
Hi @liyasthomas @jamesgeorge007, I’d like to implement this issue and would appreciate your feedback on this approach before sending a PR.
Scope (MVP)
?shared=<shareId>or/shared/<shareId>) that works without login.Backend
publicShareIdon collection) so we can resolveshareId→ collection and workspace type.Frontend
/shared/:shareId) that loads and shows the collection in read-only mode, no login.Security
If this direction works for you, I’ll implement accordingly and open a PR. Thanks.