Skip to content

Commit ee210a0

Browse files
author
youssef.el-mkhantar
committed
perf(pencil): adding best practices for jwt authentication
BREAKING CHANGE: the authentication mecanisms doesn't use just the cookies alone anymore. it is more robust with combining refresh and accessTokens
1 parent 72093c8 commit ee210a0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/conference/conference.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ export class ConferenceService {
7070
);
7171
}
7272

73-
await this.verifyToken(accessToken);
73+
this.verifyToken(accessToken);
7474

7575
return this.sendToken(roomName);
7676
}

0 commit comments

Comments
 (0)