Skip to content

Commit 2c2da56

Browse files
Merge pull request #290 from IABTechLab/sch-UID2-5355-fix-jwt-token-validation
sch-UID2-5355 added log for when attestation token has failed to be created
2 parents b26c2ee + 3514e0a commit 2c2da56

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/main/java/com/uid2/core/vertx/CoreVerticle.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -343,6 +343,7 @@ private void handleAttestAsync(RoutingContext rc) {
343343
}
344344

345345
if (enforceJWT) {
346+
logger.error("Failed creating the JWT. No JWTs returned.", e);
346347
throw e;
347348
} else {
348349
logger.info("Failed creating the JWT, but enforceJWT is false. No JWTs returned.", e);

0 commit comments

Comments
 (0)