efritz/chevron

View on GitHub
middleware/auth_jwt_extractors.go

Summary

Maintainability
A
0 mins
Test Coverage

exported function NewJWTHeaderExtractor should have comment or be unexported
Open

func NewJWTHeaderExtractor(name, scheme string) request.Extractor {
Severity: Minor
Found in middleware/auth_jwt_extractors.go by golint

exported function NewJWTQueryExtractor should have comment or be unexported
Open

func NewJWTQueryExtractor(name string) request.Extractor {
Severity: Minor
Found in middleware/auth_jwt_extractors.go by golint

There are no issues that match your filters.

Category
Status