Skip to content

Commit

Permalink
fix: typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
jamestelfer committed Oct 4, 2024
1 parent b8dfa09 commit 8933090
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/jwt/jwt.go
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ func Middleware(cfg config.AuthorizationConfig, options ...jwtmiddleware.Option)
return nil, fmt.Errorf("failed to set up the validator: %v", err)
}

// wrap the standard validator with additional validaton that ensures the
// wrap the standard validator with additional validation that ensures the
// core claims (including validity periods) are present
tokenValidator := registeredClaimsValidator(jwtValidator.ValidateToken)

Expand Down

0 comments on commit 8933090

Please sign in to comment.