jwtsigner

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: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Signer

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

Signer 签名器

func New

func New(method string, key interface{}, claims map[string]interface{}) *Signer

New 创建一个Signer对象

func NewFromPath

func NewFromPath(method string, keyPath string, claims map[string]interface{}) (*Signer, error)

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

func (*Signer) Sign

func (signer *Signer) Sign(data []byte) (string, error)

Sign 用Signer对象签名

Jump to

Keyboard shortcuts

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