utils

package
v0.0.0-...-38cc064 Latest Latest
Warning

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

Go to latest
Published: Jun 21, 2023 License: GPL-3.0 Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func CreateToken

func CreateToken(ttl time.Duration, payload interface{}, privateKey string) (string, error)

[...] Create authentication token

func HashPassword

func HashPassword(password string) (string, error)

func ValidateToken

func ValidateToken(token string, publicKey string) (interface{}, error)

[...] Verify auth token

func VerifyPassword

func VerifyPassword(hashedPassword string, candidatePassword string) error

Types

This section is empty.

Jump to

Keyboard shortcuts

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