Skip to content

Commit 4903f4a

Browse files
lggomezoxisto
andauthored
Update map_claims.go
Co-authored-by: Christian Banse <[email protected]>
1 parent 219543f commit 4903f4a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

map_claims.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ func (m MapClaims) VerifyIssuer(cmp string, req bool) bool {
7272
return verifyIss(iss, cmp, req)
7373
}
7474

75-
// VerifyNotBefore compares the exp claim against cmp (cpp >= nbf).
75+
// VerifyNotBefore compares the nbf claim against cmp (cmp >= nbf).
7676
// If req is false, it will return true, if nbf is unset.
7777
func (m MapClaims) VerifyNotBefore(cmp int64, req bool) bool {
7878
nbf, ok := m["nbf"]

0 commit comments

Comments
 (0)