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
According to the spec, Expiry field is required but may be set to null to convey "never expires".
Are there reasons to have the field set to null vs having it absent (optional)?
There are several reasons to prefer having it optional:
Yeah, an expiry was required (arguably it still should be, though there are hacks around that). Ergonomically, making this field required means that people have to at least think about POLA.
According to the spec, Expiry field is required but may be set to
null
to convey "never expires".Are there reasons to have the field set to
null
vs having it absent (optional)?There are several reasons to prefer having it optional:
nbf
& other fields.The text was updated successfully, but these errors were encountered: