Jwt.Builder should keep notBefore as an Instant #7442
Labels
in: oauth2
An issue in OAuth2 modules (oauth2-core, oauth2-client, oauth2-resource-server, oauth2-jose)
type: bug
A general bug
Milestone
Like with
issuedAt()
andexpiresAt()
,notBefore()
takes andInstant
and it should stay that way.Currently, the behavior is:
But it should be
The text was updated successfully, but these errors were encountered: