jwtclient

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 Client

type Client struct {
	Address string
}

Client jwt的客户端类型

func New

func New(address string) *Client

New 创建客户端对象

func (*Client) GetToken

func (client *Client) GetToken(claims map[string]interface{}) (string, error)

GetToken 获取签名

func (*Client) VerifyToken

func (client *Client) VerifyToken(token string) (map[string]interface{}, error)

VerifyToken 验证签名

Jump to

Keyboard shortcuts

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