Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( IdentityKey = "username" Nobody = "nobody" AuthMiddleware *JWTMiddleware )
Functions ¶
This section is empty.
Types ¶
type JWTMiddleware ¶
type JWTMiddleware struct {
*jwt.GinJWTMiddleware
}
func (*JWTMiddleware) MiddlewareFunc ¶
func (mw *JWTMiddleware) MiddlewareFunc(disableAboard bool) gin.HandlerFunc
MiddlewareFunc makes GinJWTMiddleware implement the Middleware interface.
Click to show internal directories.
Click to hide internal directories.