xmpp: add jwt authentication support
This commit is contained in:
committed by
Saúl Ibarra Corretgé
parent
a235af06d0
commit
df36d71542
15
env.example
15
env.example
@@ -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)
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user