William Petit
d2472623f2
All checks were successful
arcad/edge/pipeline/pr-master This commit looks good
7 lines
131 B
Go
7 lines
131 B
Go
package jwtutil
|
|
|
|
import "errors"
|
|
|
|
var ErrUnauthenticated = errors.New("unauthenticated")
|
|
var ErrNoKeySet = errors.New("no keyset")
|