mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #1953] Socket.io auth #625
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#625
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 @ghost on GitHub (Nov 15, 2021).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/1953
It would be awesome to set a bearer token on a socket.io request just like you can do it on a rest request.
@nobelion158 commented on GitHub (Nov 28, 2021):
I am willing to contribute to this, but not sure how to do.
I will try if someone can point me how
@GeneralChauhan commented on GitHub (Dec 3, 2021):
can you tell me how to get started with it?
@liyasthomas commented on GitHub (Dec 4, 2021):
This thread could be a good starting point
@rakshit087 commented on GitHub (Dec 25, 2021):
@PortStone can you please share a SocketIO url with bearer I am working on this feature, but unable to test it.
@ghost commented on GitHub (Dec 27, 2021):
Yes, I am working on it.
@rakshit087 commented on GitHub (Dec 27, 2021):
PR? or Token?
@ghost commented on GitHub (Dec 27, 2021):
Token so you can test it out.
@ghost commented on GitHub (Dec 28, 2021):
I have made a simple Node.js server that won't accept your socket connection unless you are authorized. It will work if you send a bearer token:
Authorization: Bearer password. You should now be able to test it out.https://github.com/PortStone/socketio-test
@rakshit087 commented on GitHub (Dec 29, 2021):
Great Thank you so much!