Spaces:
Sleeping
Sleeping
File size: 573 Bytes
29fdac9 |
1 2 3 4 5 6 7 8 9 10 |
2024-11-04 08:15:10,042 ERROR c.example.auth.AuthFilter - Failed to authorize request
java.lang.NullPointerException: Cannot invoke "String.length()" because "token" is null
at com.example.auth.AuthFilter.validate(AuthFilter.java:64)
at com.example.auth.AuthFilter.doFilter(AuthFilter.java:45)
at org.apache.catalina.core.ApplicationFilterChain.internalDoFilter(ApplicationFilterChain.java:193)
Caused by: java.lang.IllegalStateException: clock skew too high
at com.example.auth.TokenVerifier.verify(TokenVerifier.java:32)
User received 403 on /api/orders
|