Let worker tokens expire only after a full (Gregorian) century
Compare changes
@@ -12,9 +12,17 @@ import org.springframework.web.bind.annotation.RestController;
@@ -54,7 +62,9 @@ public class TokenController {
Worker tokens need to remain active for a long time. Unfortunately, an expiry date is required. Setting the expiry date 100 years from the creation moment should cover most worker lifetimes.
N/A
To be filled in by the reviewers