token

package
v0.0.0-...-27dfecd Latest Latest
Warning

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

Go to latest
Published: Nov 18, 2022 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GenerateToken

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

Types

type Claims

type Claims struct {
	UserID string `json:"user_id,omitempty"`
	jwt.StandardClaims
}

func Verify

func Verify(tokenStr string, secret string) (*Claims, error)

Jump to

Keyboard shortcuts

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