matrix-org / prosody-mod-auth-matrix-user-verification

Matrix user verification auth for Prosody
Apache License 2.0
24 stars 12 forks source link

Update to luajwtjitsi 3.0.0 #14

Closed rkorn86 closed 2 years ago

rkorn86 commented 2 years ago

Jitsi/Prosody updated their Docker Image to Lua 5.4 and therefore they needed to update luajwtjitsi to 3.0.0. Unfortunately mod_auth_matrix_user_verification.lua is not compatible with luajwtjitsi 3.0.0 (error on Line #L178 - jwt.decode is nil). Please provide an updated script, which is compatible with luajwtjitsi 3.0.0.

Thank you so far.

chagai95 commented 2 years ago

Also got this and rolled back to 7001 of prosody to avoid this. Would be better to use the newest though 🙈

benbz commented 2 years ago

This should have been fixed by #19 and releases as 1.8.0. Also #18 for use with newer Jitsi versions too.

Feel free to reopen if you're still having issues

chagai95 commented 2 years ago

I think the jitsi prosody also has to add this to their docker build, how is the process to inform them about this?

benbz commented 2 years ago

I think the jitsi prosody also has to add this to their docker build, how is the process to inform them about this?

https://github.com/jitsi/docker-jitsi-meet/pull/1403