mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #4376] [feature]: Add auth and config support for socketIO #1598
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#1598
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 @tnp03 on GitHub (Sep 24, 2024).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/4376
Is there an existing issue for this?
Summary
Hoppscotch provides support for socketIO testing, however it does not support way to pass auth token parameter.
Why should this be worked on?
As an open source project hoppscotch should support wide range of options for testing. It will be great user experience which is lacks in other alternative

@Dishantydv7 commented on GitHub (Oct 5, 2024):
Hey @tnp03 , can u explain in detail about the issue
@tnp03 commented on GitHub (Oct 6, 2024):
@tnp03 commented on GitHub (Oct 11, 2024):
Any update on this issue ?
@Tlepel commented on GitHub (Nov 28, 2024):
I've just recently used this: if you use the
Authorizationtab, and selectBearer tokenauthorization, the token you paste will be placed in theauth.tokenfield in the handshake. That's what you're looking for if I'm not mistaken.