Skip to content

Commit

Permalink
Merge pull request #1490 from sberyozkin/fix_generate_gwt_token
Browse files Browse the repository at this point in the history
Make sure JWT GenerateToken process exits cleanly
  • Loading branch information
sberyozkin authored Jan 16, 2025
2 parents cd5834c + a21e312 commit b1a3d82
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -21,5 +21,6 @@ public static void main(String[] args) {
.claim(Claims.birthdate.name(), "2001-07-13")
.sign();
System.out.println(token);
System.exit(0);
}
}

0 comments on commit b1a3d82

Please sign in to comment.