We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 219543f commit 4903f4aCopy full SHA for 4903f4a
map_claims.go
@@ -72,7 +72,7 @@ func (m MapClaims) VerifyIssuer(cmp string, req bool) bool {
72
return verifyIss(iss, cmp, req)
73
}
74
75
-// VerifyNotBefore compares the exp claim against cmp (cpp >= nbf).
+// VerifyNotBefore compares the nbf claim against cmp (cmp >= nbf).
76
// If req is false, it will return true, if nbf is unset.
77
func (m MapClaims) VerifyNotBefore(cmp int64, req bool) bool {
78
nbf, ok := m["nbf"]
0 commit comments