Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrExpired = errors.New("expired") ErrEmptyIdent = errors.New("empty ident") )
Functions ¶
This section is empty.
Types ¶
type JwtAuth ¶
type JwtAuth struct {
// contains filtered or unexported fields
}
func NewJwtAuth ¶
func NewJwtAuth(cfg ...JwtAuthConfig) (a *JwtAuth, err error)
type JwtAuthConfig ¶
Click to show internal directories.
Click to hide internal directories.