diff --git a/CHANGELOG.md b/CHANGELOG.md index 5827057a..8da7509a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,6 @@ # Change Log +- java-spring: jwt token lifetime from config - java: jwt token lifetime from config - csharp-mvc: jwt token lifetime from config - csharp: jwt token lifetime from config diff --git a/web/documentserver-example/java-spring/src/main/resources/application.properties b/web/documentserver-example/java-spring/src/main/resources/application.properties index 1243fb11..08903666 100755 --- a/web/documentserver-example/java-spring/src/main/resources/application.properties +++ b/web/documentserver-example/java-spring/src/main/resources/application.properties @@ -23,6 +23,7 @@ docservice.lossyEdit=epub, fb2, html, odt, ott, rtf, txt, csv, ods, ots, odp, ot docservice.security.key= docservice.security.header= +docservice.security.tokenValidityInMinutes=5 spring.datasource.url=jdbc:h2:mem:usersdb spring.datasource.driverClassName=org.h2.Driver