Skip to content

Commit

Permalink
fix: send complete auth material in validation call
Browse files Browse the repository at this point in the history
  • Loading branch information
aarlaud committed Jan 30, 2025
1 parent 14a63c7 commit 62306ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/server/socket.ts
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ const socket = ({ server, loadedServerOpts }): SocketHandler => {
`Validating auth for connection ${connectionIdentifier} client Id ${brokerClientId}, role ${role}`,
);
const credsCheckResponse = await validateBrokerClientCredentials(
jwt,
authHeader,
brokerClientId,
connectionIdentifier,
);
Expand Down

0 comments on commit 62306ae

Please sign in to comment.