Allow Authorization header for Web Sockets #1484

Closed
opened 2026-04-06 01:57:24 +02:00 by MrUnknownDE · 0 comments
Owner

Originally created by @BlackDex on 8/27/2023

Some clients (Thirdparty) might use the Authorization header instead of a query param. We didn't supported this since all the official clients do not seem to use this way of working. But Bitwarden does check both ways.

This PR adds an extra check for this header which can be optional.

Fixes #3776

*Originally created by @BlackDex on 8/27/2023* Some clients (Thirdparty) might use the `Authorization` header instead of a query param. We didn't supported this since all the official clients do not seem to use this way of working. But Bitwarden does check both ways. This PR adds an extra check for this header which can be optional. Fixes #3776
Sign in to join this conversation.
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: github/vaultwarden#1484