fix(auth): pass session uuid to web sockets controller
This commit is contained in:
parent
4cc647ac07
commit
edb0a768d0
1 changed files with 1 additions and 0 deletions
|
@ -48,6 +48,7 @@ export class BaseWebSocketsController extends BaseHttpController {
|
||||||
|
|
||||||
const resultOrError = await this.createCrossServiceToken.execute({
|
const resultOrError = await this.createCrossServiceToken.execute({
|
||||||
userUuid: token.userUuid,
|
userUuid: token.userUuid,
|
||||||
|
sessionUuid: token.sessionUuid,
|
||||||
})
|
})
|
||||||
if (resultOrError.isFailed()) {
|
if (resultOrError.isFailed()) {
|
||||||
return this.json(
|
return this.json(
|
||||||
|
|
Loading…
Reference in a new issue