Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckPasswordHash ¶
func HashPassword ¶
Types ¶
type KronusTokenClaims ¶
type KronusTokenClaims struct {
FirstName string `json:"first_name"`
LastName string `json:"last_name"`
IsAdmin bool `json:"is_admin"`
jwt.StandardClaims
}
Click to show internal directories.
Click to hide internal directories.