Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeRefreshJWT ¶
Types ¶
type Claims ¶
type Claims struct { UserId string `json:"user_id"` Data any `json:"data"` jwt.StandardClaims }
type RefreshClaims ¶
type RefreshClaims struct { UserId string `json:"user_id"` jwt.StandardClaims }
Click to show internal directories.
Click to hide internal directories.