Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GenerateResetTokenRequest ¶
type GenerateResetTokenRequest struct{}
type GenerateResetTokenResponse ¶
type GenerateResetTokenResponse struct {
Token string
}
func GenerateResetToken ¶
func GenerateResetToken(req GenerateResetTokenRequest) (GenerateResetTokenResponse, error)
type HashPasswordRequest ¶
type HashPasswordRequest struct {
Password string
}
type HashPasswordResponse ¶
type HashPasswordResponse struct {
HashedPassword string
}
func HashPassword ¶
func HashPassword(req HashPasswordRequest) (HashPasswordResponse, error)
type VerifyPasswordRequest ¶
type VerifyPasswordResponse ¶
type VerifyPasswordResponse struct{}
func VerifyPassword ¶
func VerifyPassword(req VerifyPasswordRequest) (VerifyPasswordResponse, error)
Click to show internal directories.
Click to hide internal directories.