xmpp: add jwt authentication support

This commit is contained in:
Paul Tiedtke
2019-02-21 08:34:41 +01:00
committed by Saúl Ibarra Corretgé
parent a235af06d0
commit df36d71542
6 changed files with 76 additions and 6 deletions

View File

@@ -62,6 +62,21 @@ TZ=Europe/Amsterdam
# Enable guest access.
#ENABLE_GUESTS=1
# Enable authentication via JWT tokens.
#JWT_ENABLE_TOKEN_AUTH=1
# Application identifier.
#JWT_APP_ID=my_jitsi_app_id
# Application secret known only to your token.
#JWT_APP_SECRET=my_jitsi_app_secret
# (Optional) Set asap_accepted_issuers as a comma separated list.
#JWT_ACCEPTED_ISSUERS=my_web_client,my_app_client
# (Optional) Set asap_accepted_audiences as a comma separated list.
#JWT_ACCEPTED_AUDIENCES=my_server1,my_server2
#
# Advanced configuration options (you generally don't need to change these)
#