jwt

package
v1.0.6 Latest Latest
Warning

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

Go to latest
Published: Jul 11, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateToken

func GenerateToken(jwtConfigMap map[string]string, userId uint) (string, error)

func JwtMiddleware

func JwtMiddleware() gin.HandlerFunc

JwtMiddleware 代表中间件函数

Types

type MyClaims

type MyClaims struct {
	UserId uint `json:"userid"`
	jwt.StandardClaims
}

Jump to

Keyboard shortcuts

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