Closed ddavidzhang closed 7 months ago
The api "parseJwtToken" need return the JWT exp time or check the exp. The jwt exp time setted is no use now.
https://github.com/casdoor/casdoor-java-sdk/blob/26b92ecd651ab96d7acf7de29ea3e1a07082e2e5/src/main/java/org/casbin/casdoor/service/AuthService.java#L71-L106
@tangyang9464 @JalinWang @imp2002
@ddavidzhang hasn't this code already checked exp time?
The api "parseJwtToken" need return the JWT exp time or check the exp. The jwt exp time setted is no use now.
https://github.com/casdoor/casdoor-java-sdk/blob/26b92ecd651ab96d7acf7de29ea3e1a07082e2e5/src/main/java/org/casbin/casdoor/service/AuthService.java#L71-L106