Versions in this module Expand all Collapse all v1 v1.9.1 Mar 9, 2022 Changes in this version + func RequireAccountWithScope(scope string) func(ctx *gin.Context) v1.5.0 Nov 23, 2021 Changes in this version + func ValidateSCReq(c *gin.Context) v1.4.0 Oct 19, 2021 Changes in this version + func AccessLog() gin.HandlerFunc + func DefaultMiddleware() func(ctx *gin.Context) + func Middleware(sessionName string) func(ctx *gin.Context) + func ProxyToPlugin(ctx *gin.Context) + func RequireAccount(c *gin.Context) + func RequireOwner(c *gin.Context) + func RequirePermission(p types.Permission) gin.HandlerFunc + func RequireToken(c *gin.Context) + func WithScope(scope string) func(ctx *gin.Context) + type AccessLogWriter struct + func (w AccessLogWriter) Write(p []byte) (int, error)