auth

package
v0.0.0-...-5306bc1 Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2025 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Authenticator

type Authenticator interface {
	GenerateHashedPassword(rawPassword string) (string, error)
	DoPasswordsMatch(hashedPassword, rawPassword string) bool
	GenerateLoginToken() string
	GeneratePasswordResetToken() string
	GenerateRegistrationToken() string
}

func NewAuthenticator

func NewAuthenticator() Authenticator

Jump to

Keyboard shortcuts

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