jwt

package
v1.1.10 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 2025 License: Apache-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenToken

func GenToken(lesseeid, userid, username string) (string, error)

Types

type JwtFields

type JwtFields struct {
	LesseeId string `json:"lessee_id"`
	UserId   string `json:"user_id"`
	Username string `json:"username"`
	jwt.StandardClaims
}

func ValidToken

func ValidToken(token string) (*JwtFields, error)

Jump to

Keyboard shortcuts

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