jwt

package
v0.0.0-...-905bf1f Latest Latest
Warning

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

Go to latest
Published: Apr 2, 2023 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Generate

func Generate(userID int64, roles *role.Role) (string, error)

Types

type Claims

type Claims struct {
	jwt.StandardClaims
	UserID int64
	Roles  *role.Role
}

func Parse

func Parse(tokenString string) (*Claims, error)

func (*Claims) Valid

func (c *Claims) Valid() error

Jump to

Keyboard shortcuts

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