We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0410a6b commit 2205f06Copy full SHA for 2205f06
src/vector/jitsi/index.ts
@@ -125,6 +125,7 @@ function onWidgetMessage(msg) {
125
await widgetApi.waitReady();
126
await widgetApi.setAlwaysOnScreen(false); // start off as detachable from the screen
127
128
+ // See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification
129
if (jitsiAuth === 'openidtoken-jwt') {
130
window.addEventListener('message', onWidgetMessage);
131
widgetApi.callAction(
@@ -160,7 +161,7 @@ function switchVisibleContainers() {
160
161
/**
162
* Create a JWT token fot jitsi openidtoken-jwt auth
163
*
- * See TODO add link
164
+ * See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification
165
*/
166
function createJWTToken() {
167
// Header
0 commit comments