efritz/chevron

View on GitHub
middleware/auth_jwt_options.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function WithJWTAuthClaimsFactory should have comment or be unexported
Open

func WithJWTAuthClaimsFactory(factory JWTClaimsFactory) JWTAuthorizerConfigFunc {
Severity: Minor
Found in middleware/auth_jwt_options.go by golint

exported type JWTAuthorizerConfigFunc should have comment or be unexported
Open

type JWTAuthorizerConfigFunc func(*jwtAuthorizer)
Severity: Minor
Found in middleware/auth_jwt_options.go by golint

exported function WithJWTAuthExtractor should have comment or be unexported
Open

func WithJWTAuthExtractor(extractor request.Extractor) JWTAuthorizerConfigFunc {
Severity: Minor
Found in middleware/auth_jwt_options.go by golint

There are no issues that match your filters.

Category
Status