auth

package
v0.1.9 Latest Latest
Warning

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

Go to latest
Published: Apr 13, 2026 License: MIT Imports: 3 Imported by: 0

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
}

type HashPasswordRequest

type HashPasswordRequest struct {
	Password string
}

type HashPasswordResponse

type HashPasswordResponse struct {
	HashedPassword string
}

type VerifyPasswordRequest

type VerifyPasswordRequest struct {
	PasswordHash string
	Password     string
}

type VerifyPasswordResponse

type VerifyPasswordResponse struct{}

Jump to

Keyboard shortcuts

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