Skip to content

Commit 2205f06

Browse files
committed
Add some links to the openidtoken-jwt spec
1 parent 0410a6b commit 2205f06

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/vector/jitsi/index.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,6 +125,7 @@ function onWidgetMessage(msg) {
125125
await widgetApi.waitReady();
126126
await widgetApi.setAlwaysOnScreen(false); // start off as detachable from the screen
127127

128+
// See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification
128129
if (jitsiAuth === 'openidtoken-jwt') {
129130
window.addEventListener('message', onWidgetMessage);
130131
widgetApi.callAction(
@@ -160,7 +161,7 @@ function switchVisibleContainers() {
160161
/**
161162
* Create a JWT token fot jitsi openidtoken-jwt auth
162163
*
163-
* See TODO add link
164+
* See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification
164165
*/
165166
function createJWTToken() {
166167
// Header

0 commit comments

Comments
 (0)