Skip to content

Commit

Permalink
Make sure JWT GenerateToken process exits cleanly
Browse files Browse the repository at this point in the history
  • Loading branch information
sberyozkin committed Jan 16, 2025
1 parent cd5834c commit a21e312
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 a21e312

Please sign in to comment.