mirror of
https://github.com/dani-garcia/vaultwarden.git
synced 2026-04-26 01:35:54 +03:00
[GH-ISSUE #430] WebSockets endpoints? #255
Labels
No labels
SSO
Third party
better for forum
bug
bug
documentation
duplicate
enhancement
future Vault
future Vault
future Vault
good first issue
help wanted
low priority
notes
pull-request
question
troubleshooting
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/vaultwarden#255
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 @rcdailey on GitHub (Mar 11, 2019).
Original GitHub issue: https://github.com/dani-garcia/vaultwarden/issues/430
Using this guide: https://github.com/dani-garcia/bitwarden_rs/wiki/Enabling-WebSocket-notifications
It is stated that the following endpoints must be considered:
/notifications/hub/notifications/hub/negotiateHowever, while I do not remember where I got it, I also am mapping
/api/websocket. Is this a valid endpoint in the latest version? Or is this incorrect / outdated?@dani-garcia commented on GitHub (Mar 11, 2019):
I don't think we ever had that endpoint, no. Just the two that you list first. They are also the same that the official server uses, so I don't know where that one could have come from. You should be able to delete it without problems.
@rcdailey commented on GitHub (Mar 11, 2019):
Thank you!