jwt

package
v2.11.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Mar 19, 2021 License: LGPL-3.0 Imports: 11 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DefaultMaxExpInterval  = 10 * time.Minute // 10分钟
	DefaultMicroConfigPath = "platform/app-key"
)

Variables

View Source
var (
	ErrInvalidJWT = errors.New("forbidden: JWT is invalid")
)

Functions

func NewHandlerWrapper

func NewHandlerWrapper(opt Options) server.HandlerWrapper

Types

type Options

type Options struct {
	Enabled         bool          // 是否启用
	MaxExpInterval  time.Duration // 最大过期时间间隔
	HeaderKey       string        // HTTP Request Header 中的 jwt 使用的 key
	MicroConfigPath string        // Micro Config 中的 key
}

func DefaultOptions

func DefaultOptions() Options

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL