Skip to content

Commit

Permalink
feat: improve logging of jwt
Browse files Browse the repository at this point in the history
  • Loading branch information
pieterlukasse committed Nov 13, 2023
1 parent ab505b0 commit 22ef1a4
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -139,6 +139,7 @@ protected boolean preHandle(ServletRequest request, ServletResponse response) th
session.stop();
}

logger.debug("Check JWT: '{}'", jwt);
if (jwt == null) { // dead check...jwt is always null...
if (name == null) {
name = login;
Expand Down

0 comments on commit 22ef1a4

Please sign in to comment.