Warning: file_get_contents(/data/phpspider/zhask/data//catemap/9/spring-boot/5.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Spring boot Jhipster-JWT已过期_Spring Boot_Spring Security_Jwt_Jhipster - Fatal编程技术网

Spring boot Jhipster-JWT已过期

Spring boot Jhipster-JWT已过期,spring-boot,spring-security,jwt,jhipster,Spring Boot,Spring Security,Jwt,Jhipster,我有一个Jhipster应用程序,它使用JWT作为身份验证方法。 最近我的服务器开始重复打印此错误消息: com.company.security.jwt.JWTFilter: Security exception for user xxxxxx - JWT expired at 2018-05-03T23:47:49+0000. Current time: 2018-05-04T17:18:28+0000 始终使用同一用户。通常,当令牌过期且用户选中“记住我”选项时,令牌将刷新 会发生什么?

我有一个Jhipster应用程序,它使用JWT作为身份验证方法。 最近我的服务器开始重复打印此错误消息:

com.company.security.jwt.JWTFilter: Security exception for user xxxxxx - JWT expired at 2018-05-03T23:47:49+0000. Current time: 2018-05-04T17:18:28+0000
始终使用同一用户。通常,当令牌过期且用户选中“记住我”选项时,令牌将刷新

会发生什么?此特定用户无法刷新令牌并使用过期的令牌继续发送请求