efritz/chevron

View on GitHub
middleware/auth_jwt.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function GetJWTClaims should have comment or be unexported
Open

func GetJWTClaims(ctx context.Context) jwt.Claims {
Severity: Minor
Found in middleware/auth_jwt.go by golint

exported type JWTClaimsFactory should have comment or be unexported
Open

    JWTClaimsFactory func() jwt.Claims
Severity: Minor
Found in middleware/auth_jwt.go by golint

exported function NewJWTAuthorizer should have comment or be unexported
Open

func NewJWTAuthorizer(keyfunc jwt.Keyfunc, configs ...JWTAuthorizerConfigFunc) Authorizer {
Severity: Minor
Found in middleware/auth_jwt.go by golint

There are no issues that match your filters.

Category
Status