onlinenguyen opened a new pull request #552: Update JwtAccessTokenValidator.java URL: https://github.com/apache/cxf/pull/552 The token lifetime is incorrectly calculated to a negative value because claims expiry time is in second interval and code is setting issued at value in millisecond interval. Consequently causing token to expire.
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
