jwt

package
v0.0.0-...-991bd03 Latest Latest
Warning

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

Go to latest
Published: Jun 12, 2024 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

View Source
const (
	ACCESS_TTL = time.Duration(1 * 24 * time.Hour)
)

Variables

This section is empty.

Functions

func GenerateToken

func GenerateToken(claims *CustomClaims, secret string) (string, error)

Types

type CustomClaims

type CustomClaims struct {
	UserID string
	jwt.RegisteredClaims
}

Jump to

Keyboard shortcuts

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