Documentation
¶
Index ¶
Constants ¶
View Source
const ( ArgQuery = 1 ArgBody = 2 )
Variables ¶
This section is empty.
Functions ¶
func AuthMiddleware ¶
func AuthMiddleware(secret string) fiber.Handler
func ErrHandler ¶
Types ¶
type AuthClaims ¶
type AuthClaims struct { User string `json:"user"` jwt.RegisteredClaims }
Click to show internal directories.
Click to hide internal directories.