Complete installation guide for Jitsi + JWT on Ubuntu 18.04 [ 2021 ]
This video will show you a complete installation process of setting a JITSI server with JWT authentication.
Guide used for installation
Jitsi Installation with JWT Support on Ubuntu 20.04 LTS
Command to generate app id and app secret
hexdump -n 16 -e ‘4/4 “%08X” 1 “n”‘ /dev/urandom
JWT token
https://jwt.io/
ubuntu