jwt

package
v0.44.0 Latest Latest
Warning

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

Go to latest
Published: Sep 21, 2023 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrBadIssuer = errors.New("Token Bad Issuer")
	ErrExpired   = errors.New("Token Expired")
	ErrNotExist  = errors.New("Token Not Exist")
)

错误

Functions

This section is empty.

Types

type CustomClaims

type CustomClaims struct {
	UserID int `json:"userID"`
	jwt.StandardClaims
}

CustomClaims 自定义

type Token

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

Token 令牌

func New

func New(secret []byte) *Token

New 新建

func (*Token) Sign

func (t *Token) Sign(userID int) (string, error)

Sign 签名

func (*Token) Verify

func (t *Token) Verify(tokenString string) (int, error)

Verify 校验

Jump to

Keyboard shortcuts

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