Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ServerConfig ¶ added in v0.54.0
type ServerConfig struct {
CookieName string `mapstructure:"cookie-name"`
}
ServerConfig contains configuration for a JWT authentication server.
func FromMap ¶ added in v0.54.0
func FromMap(m map[string]any) ServerConfig
FromMap creates a ServerConfig from a map.
Click to show internal directories.
Click to hide internal directories.