Feature: configure root app for usage of JWT access token for wopi

This commit is contained in:
2023-01-09 20:50:11 +01:00
parent e55562c4cd
commit dc19006738
3 changed files with 18 additions and 2 deletions

View File

@@ -2,3 +2,11 @@ lexik_jwt_authentication:
secret_key: '%env(resolve:JWT_SECRET_KEY)%'
public_key: '%env(resolve:JWT_PUBLIC_KEY)%'
pass_phrase: '%env(JWT_PASSPHRASE)%'
# required for wopi - recommended duration
token_ttl: 36000
token_extractors:
query_parameter:
enabled: true
name: access_token