sean.zhou
2022-07-25 ab94f7049ca73d29476cec1895e90e1a52fc9a2d
src/main/java/com/dji/sample/component/websocket/config/AuthPrincipalHandler.java
@@ -35,7 +35,7 @@
            if (!StringUtils.hasText(token)) {
                return false;
            }
            log.debug("token:" + token);
            Optional<CustomClaim> customClaim = JwtUtil.parseToken(token);
            if (customClaim.isEmpty()) {
                return false;