Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CreateJWTToken ¶
Types ¶
type Middleware ¶
type Middleware struct {
// contains filtered or unexported fields
}
func NewMiddleware ¶
func NewMiddleware(logLevel, apiKey, secret string) *Middleware
func (*Middleware) RequireApiKey ¶
func (m *Middleware) RequireApiKey(next http.Handler) http.Handler
func (*Middleware) RequireAuthCookie ¶
func (m *Middleware) RequireAuthCookie(next http.Handler) http.Handler
Click to show internal directories.
Click to hide internal directories.