jwt

package
v0.0.0-...-41c389d Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func TokenGenerate

func TokenGenerate(uid string) (tokenString string, err error)

TokenGenerate jwt generate token

Types

type TokenGenerateClaims

type TokenGenerateClaims struct {
	UID string `json:"uid"`
	jwt.StandardClaims
}

TokenGenerateClaims jwt token add uid

func TokenParse

func TokenParse(tokenString string) (token *TokenGenerateClaims, err error)

TokenParse jwt parse token

Jump to

Keyboard shortcuts

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