Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Middleware ¶
type Middleware struct { DefaultLocale string Logger *slog.Logger Keyfunc jwt.Keyfunc DisableAuth bool AdminGroup string }
func (Middleware) ValidateAdminJWT ¶
func (m Middleware) ValidateAdminJWT(next http.Handler) http.Handler
func (Middleware) ValidateJWT ¶
func (m Middleware) ValidateJWT(next http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.