Documentation ¶
Index ¶
- func ComparePassword(hashedPassword string, password string) error
- func GenerateAccessToken(user *usermodel.User) (string, error)
- func GenerateAccessTokenFromRefreshToken(c echo.Context) (string, error)
- func GenerateRefreshToken(user *usermodel.User, remember bool, c echo.Context) error
- func HashPassword(password string) (string, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ComparePassword ¶
func GenerateRefreshToken ¶
func HashPassword ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.