jwtverifier

package
v1.0.1 Latest Latest
Warning

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

Go to latest
Published: Aug 4, 2019 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Verifier

type Verifier struct {
	// contains filtered or unexported fields
}

Verifier jwt的验证器

func New

func New(method string, key interface{}) *Verifier

New 创建一个Verifier对象

func NewFromPath

func NewFromPath(method string, keyPath string) (*Verifier, error)

NewFromPath 从路径上读取密钥文件创建一个Verifier对象

func (*Verifier) Verify

func (verifier *Verifier) Verify(tokData []byte) (jwt.MapClaims, error)

Verify 用Verifier对象验签

Jump to

Keyboard shortcuts

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