jwt

package
v0.0.0-...-385762f Latest Latest
Warning

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

Go to latest
Published: May 1, 2021 License: GPL-2.0 Imports: 3 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildJwtToken

func BuildJwtToken() (token string, err error)

func ParseJWTToken

func ParseJWTToken(token string) (payload jwt.StandardClaims)

Types

type CustomClaim

type CustomClaim struct {
	UserId int64 `json:"user_id"`
	jwt.StandardClaims
}

Jump to

Keyboard shortcuts

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