|
@@ -5,6 +5,7 @@ import com.alibaba.fastjson2.JSON;
|
|
|
import com.alibaba.fastjson2.JSONArray;
|
|
|
import com.alibaba.fastjson2.JSONObject;
|
|
|
import com.auth0.jwk.Jwk;
|
|
|
+import com.ruoyi.common.exception.user.ProjectException;
|
|
|
import io.jsonwebtoken.*;
|
|
|
import org.springframework.web.client.RestTemplate;
|
|
|
|
|
@@ -94,7 +95,6 @@ public class IOSToeknUtils {
|
|
|
return false;
|
|
|
} catch (Exception e) {
|
|
|
System.err.println("Error verifying JWT: " + e.getMessage());
|
|
|
- e.printStackTrace();
|
|
|
return false;
|
|
|
}
|
|
|
}
|