auth

package
v0.0.1 Latest Latest
Warning

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

Go to latest
Published: Jan 16, 2023 License: MIT Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Validate

func Validate(passwordType Password, passwordHash string, password string) bool

func ValidatePassword

func ValidatePassword(passwordHash string, password string) bool

Types

type Password

type Password interface {
	GeneratePasswordHash(password string) string
	ValidatePassword(passwordHash string, password string) bool
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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