Documentation ¶
Index ¶
Constants ¶
View Source
const ( KeyTime = 1 KeyMemory = 64 * 1024 KeyThreads = 4 KeyLen = 32 SaltLen = 32 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type UserClaims ¶
type UserClaims struct { UserID int `json:"userId"` jwt.StandardClaims }
Click to show internal directories.
Click to hide internal directories.