Skip to content

Commit

Permalink
Merge pull request #10 from chunsiyang/master
Browse files Browse the repository at this point in the history
去除已完成方法中的TODO注释
  • Loading branch information
dolyw authored Nov 29, 2018
2 parents 6f8d632 + 3de70ac commit da4e0b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/com/wang/config/shiro/jwt/JwtFilter.java
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ protected boolean executeLogin(ServletRequest request, ServletResponse response)
}

/**
* TODO: 此处为AccessToken刷新,进行判断RefreshToken是否过期,未过期就返回新的AccessToken且继续正常访问
* 此处为AccessToken刷新,进行判断RefreshToken是否过期,未过期就返回新的AccessToken且继续正常访问
*/
private boolean refreshToken(ServletRequest request, ServletResponse response) {
// 拿到当前Header中Authorization的AccessToken(Shiro中getAuthzHeader方法已经实现)
Expand Down

0 comments on commit da4e0b0

Please sign in to comment.