Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct { *mux.Router DataStore dataservices.DataStore CryptoService portainer.CryptoService JWTService dataservices.JWTService LDAPService portainer.LDAPService OAuthService portainer.OAuthService ProxyManager *proxy.Manager KubernetesTokenCacheManager *kubernetes.TokenCacheManager // contains filtered or unexported fields }
Handler is the HTTP handler used to handle authentication operations.
func NewHandler ¶
func NewHandler(bouncer *security.RequestBouncer, rateLimiter *security.RateLimiter, passwordStrengthChecker security.PasswordStrengthChecker) *Handler
NewHandler creates a handler to manage authentication operations.
Click to show internal directories.
Click to hide internal directories.