Added the ability to configure the JWT expiry date using a new server.jwtttl config parameter. #999

Merged
konrad merged 2 commits from stephen-hill/api:feature/jwt-ttl into main 2021-10-09 11:02:30 +00:00
1 changed files with 12 additions and 0 deletions
Showing only changes of commit 669ac0db83 - Show all commits

View File

@ -79,6 +79,18 @@ Full path: `service.JWTSecret`
Environment path: `VIKUNJA_SERVICE_JWT_SECRET`
### jwtttl
The duration of the issed JWT tokens in seconds.
The default is 259200 seconds (3 Days).
Default: `259200`
Full path: `service.jwtttl`
Environment path: `VIKUNJA_SERVICE_JWTTTL`
### interface
The interface on which to run the webserver