Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
Handler handles all imcoming requests about authentication.
func NewHandler ¶
func NewHandler( signer jwt.Signer, decrypter decrypter, address string, stateKey string, projectsInConfig map[string]config.ControlPlaneProject, sharedSSOConfigs map[string]*model.ProjectSSOConfig, projectGetter projectGetter, secureCookie bool, logger *zap.Logger, ) *Handler
NewHandler returns a handler that will used for authentication.
Click to show internal directories.
Click to hide internal directories.