mirror of https://github.com/vector-im/riot-web
Remove todo
parent
4164df647c
commit
acfd7252bd
|
@ -189,7 +189,6 @@ function createJWTToken() {
|
||||||
// Sign JWT
|
// Sign JWT
|
||||||
// The secret string here is irrelevant, we're only using the JWT
|
// The secret string here is irrelevant, we're only using the JWT
|
||||||
// to transport data to Prosody in the Jitsi stack.
|
// to transport data to Prosody in the Jitsi stack.
|
||||||
// See TODO add link
|
|
||||||
return KJUR.jws.JWS.sign(
|
return KJUR.jws.JWS.sign(
|
||||||
'HS256',
|
'HS256',
|
||||||
JSON.stringify(header),
|
JSON.stringify(header),
|
||||||
|
|
Loading…
Reference in New Issue