-
Notifications
You must be signed in to change notification settings - Fork 421
Closed
Description
Lines 115 to 120 in 6bcdd9d
| // Check issued-at if the option is enabled | |
| if v.verifyIat { | |
| if err = v.verifyIssuedAt(claims, now, false); err != nil { | |
| errs = append(errs, err) | |
| } | |
| } |
When using the WithIssuedAt ParserOption, the internal verifyIssuedAt method must have the required parameter set to true instead of false otherwise the option only recognises if the token is issued in the future but not if the iat claim is missing.
Metadata
Metadata
Assignees
Labels
No labels