mirror of https://github.com/vector-im/riot-web
Add some links to the openidtoken-jwt spec
parent
0410a6b3be
commit
2205f0611e
|
@ -125,6 +125,7 @@ function onWidgetMessage(msg) {
|
|||
await widgetApi.waitReady();
|
||||
await widgetApi.setAlwaysOnScreen(false); // start off as detachable from the screen
|
||||
|
||||
// See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification
|
||||
if (jitsiAuth === 'openidtoken-jwt') {
|
||||
window.addEventListener('message', onWidgetMessage);
|
||||
widgetApi.callAction(
|
||||
|
@ -160,7 +161,7 @@ function switchVisibleContainers() {
|
|||
/**
|
||||
* Create a JWT token fot jitsi openidtoken-jwt auth
|
||||
*
|
||||
* See TODO add link
|
||||
* See https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification
|
||||
*/
|
||||
function createJWTToken() {
|
||||
// Header
|
||||
|
|
Loading…
Reference in New Issue