Skip to content

Commit

Permalink
fix(auth): pass session uuid to web sockets controller
Browse files Browse the repository at this point in the history
  • Loading branch information
karolsojko committed Nov 28, 2023
1 parent 4cc647a commit edb0a76
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ export class BaseWebSocketsController extends BaseHttpController {

const resultOrError = await this.createCrossServiceToken.execute({
userUuid: token.userUuid,
sessionUuid: token.sessionUuid,
})
if (resultOrError.isFailed()) {
return this.json(
Expand Down

0 comments on commit edb0a76

Please sign in to comment.