helpers

package
v0.0.0-...-ae752ac Latest Latest
Warning

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

Go to latest
Published: Feb 13, 2023 License: MIT Imports: 11 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SECRET_KEY string = os.Getenv("SECRET_KEY")

Functions

func GenerateAllTokens

func GenerateAllTokens(email string, name string) (signedToken string, signedRefreshToken string, err error)

func UpdateAllTokens

func UpdateAllTokens(signedToken string, signedRefreshToken string, email string)

Types

type SignedDetails

type SignedDetails struct {
	Email string
	Name  string
	jwt.StandardClaims
}

func ValidateToken

func ValidateToken(signedToken string) (claims *SignedDetails, err error)

Jump to

Keyboard shortcuts

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