utils

package
v0.0.0-...-2d31ac5 Latest Latest
Warning

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

Go to latest
Published: Sep 29, 2023 License: Apache-2.0 Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var SECRET = "go-cart.com.007"

Functions

func Encrypt

func Encrypt(key string, cost int) (hashed string, err error)

func GenerateTokenWithRefresh

func GenerateTokenWithRefresh(email string,
	firstName string,
	userType string,
	uid string) (signedToken string, signedRefreshToken string, err error)

func IsValidPassword

func IsValidPassword(original, hashed string) bool

IsValidPassword return true if password matched, else false

func ValidateToken

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

Types

This section is empty.

Jump to

Keyboard shortcuts

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