You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello, do you have the time to add overloads to the methods setExpiration and setIssuedAt of Jwts.builder() that accept LocalDateTime instead of the Date class, witch was kind of deprecated (not rly, but almost) 10 years go.
Hello, do you have the time to add overloads to the methods
setExpiration
andsetIssuedAt
ofJwts.builder()
that acceptLocalDateTime
instead of the Date class, witch was kind of deprecated (not rly, but almost) 10 years go.Instead of the code above can we have
It should be fairly simple, because you just convert them to a unix timestamp, if I am not mistaking.
The text was updated successfully, but these errors were encountered: