Skip to content

Commit 25743fb

Browse files
Add log
1 parent 62da825 commit 25743fb

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/uid2/shared/middleware/AttestationMiddleware.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,7 @@ public void handle(RoutingContext rc) {
111111
}
112112

113113
if (!isJwtValid && this.enforceJwt) {
114+
LOGGER.info("JWT validation has failed.");
114115
success = false;
115116
} else if (!isJwtValid && !this.enforceJwt) {
116117
LOGGER.info("JWT validation has failed, but JWTs are not being enforced.");

0 commit comments

Comments
 (0)