Documentation
¶
Index ¶
- func ClearCookieToken(c fiber.Ctx)
- func GenerateJWTToken(id string, username string) (string, error)
- func GenerateResetToken() (*string, error)
- func HashPassword(pass string) (string, error)
- func SendEmailRequestResetPassword(toEmail string, resetToken string) error
- func SendEmailResetPasswordSuccess(toEmail string, username string) error
- func SendEmailVerification(toEmail string, username string, code string) error
- func SendWelcomeEmail(toEmail string, username string) error
- func SetCookieToken(c fiber.Ctx, token string)
- func VerifyPassword(hashPass []byte, pass []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ClearCookieToken ¶
func ClearCookieToken(c fiber.Ctx)
func GenerateResetToken ¶
func HashPassword ¶
func SendEmailVerification ¶
func SendWelcomeEmail ¶
func SetCookieToken ¶
func SetCookieToken(c fiber.Ctx, token string)
func VerifyPassword ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.