Add some links to the openidtoken-jwt spec
This commit is contained in:
parent
0410a6b3be
commit
2205f0611e
1 changed files with 2 additions and 1 deletions
|
@ -125,6 +125,7 @@ function onWidgetMessage(msg) {
|
||||||
await widgetApi.waitReady();
|
await widgetApi.waitReady();
|
||||||
await widgetApi.setAlwaysOnScreen(false); // start off as detachable from the screen
|
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') {
|
if (jitsiAuth === 'openidtoken-jwt') {
|
||||||
window.addEventListener('message', onWidgetMessage);
|
window.addEventListener('message', onWidgetMessage);
|
||||||
widgetApi.callAction(
|
widgetApi.callAction(
|
||||||
|
@ -160,7 +161,7 @@ function switchVisibleContainers() {
|
||||||
/**
|
/**
|
||||||
* Create a JWT token fot jitsi openidtoken-jwt auth
|
* 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() {
|
function createJWTToken() {
|
||||||
// Header
|
// Header
|
||||||
|
|
Loading…
Add table
Reference in a new issue