dolyw / ShiroJwt

API SpringBoot + Shiro + Java-Jwt + Redis(Jedis)

Home Page:https://gitee.com/dolyw/ShiroJwt

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

TokenExpiredException异常在什么地方抛出来的?

javabye opened this issue · comments

你是通过捕获TokenExpiredException异常来判断是否需要刷新accessToken,但是没看到这个异常是在什么地方抛出来的

这个是Java-Jwt包里里面的异常,Jwt认证Token过期就会抛出