mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2025-12-30 11:22:31 +00:00
Does not skip passing jwt even when malformed to allow getting the error, terminating the connection and showing the warning. We were not passing jwt when malformed and were successfully joining a conference for deployments where no token is allowed.
6 lines
108 B
JavaScript
6 lines
108 B
JavaScript
// @flow
|
|
|
|
import { getLogger } from '../logging/functions';
|
|
|
|
export default getLogger('features/base/jwt');
|