jwtCli

package module
v0.0.0-...-980fbd8 Latest Latest
Warning

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

Go to latest
Published: Jan 14, 2022 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewJWT

func NewJWT() *registerJWT

Types

type CustomClaims

type CustomClaims struct {
	UserName string `json:"username"`
	// StandardClaims结构体实现了Claims接口(Valid()函数)
	jwt.StandardClaims
}

自定义有效载荷(这里采用自定义的UserName和Password作为有效载荷的一部分)

Jump to

Keyboard shortcuts

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