Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CreateUserResponse ¶
type CreateUserResponse struct {
Token string `json:"token,omitempty"`
}
type Handler ¶
type JWTCustomClaims ¶
type JWTCustomClaims struct { Email string `json:"email"` jwt.RegisteredClaims }
func GetClaim ¶
func GetClaim(c *gin.Context) *JWTCustomClaims
Click to show internal directories.
Click to hide internal directories.