Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Claims ¶
type Claims struct { *jwt.StandardClaims UserID int64 `json:"user_id"` IsAdmin bool `json:"is_admin"` }
Claims --
Click to show internal directories.
Click to hide internal directories.