upgrade linter and cleanup makefile (#126)

This commit is contained in:
Harshavardhana
2020-05-18 21:55:54 -07:00
committed by GitHub
parent c5b2419191
commit 92a8aab07d
9 changed files with 102 additions and 761 deletions

View File

@@ -37,7 +37,7 @@ import (
)
var (
errAuthentication = errors.New("Authentication failed, check your access credentials")
errAuthentication = errors.New("authentication failed, check your access credentials")
errNoAuthToken = errors.New("JWT token missing")
errReadingToken = errors.New("JWT internal data is malformed")
errClaimsFormat = errors.New("encrypted jwt claims not in the right format")