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

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

additional documention for setup #16

Closed johannes-krude closed 2 years ago

johannes-krude commented 2 years ago

I had to do some debugging to get it working. Here is an updated documentation to aid others with the setup.

Fixes https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification/issues/2 Provides a workaround for https://github.com/matrix-org/prosody-mod-auth-matrix-user-verification/issues/14

johannes-krude commented 2 years ago

I tested #19 and this workaround is indeed no longer needed. Thanks @thermaq for the fix.

Anyone who previously applied the workaround and now upgrades prosody should remove the obsolete files (e.g., rm /usr/local/lib/lua/5.2/{luajwtjitsi,base64}.lua).