Documentation ¶
Index ¶
- type Config
- type Server
- func (s *Server) FinishLogin(w http.ResponseWriter, r *http.Request)
- func (s *Server) FinishRegistration(w http.ResponseWriter, r *http.Request)
- func (s *Server) HandleAuthRequest(w http.ResponseWriter, r *http.Request)
- func (s *Server) StartLogin(w http.ResponseWriter, r *http.Request)
- func (s *Server) StartRegistration(w http.ResponseWriter, r *http.Request)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Server ¶
type Server struct { Vault *vaultapi.Client Store sessions.Store AuthPath string CookieDomains []string }
func (*Server) FinishLogin ¶
func (s *Server) FinishLogin(w http.ResponseWriter, r *http.Request)
func (*Server) FinishRegistration ¶
func (s *Server) FinishRegistration(w http.ResponseWriter, r *http.Request)
func (*Server) HandleAuthRequest ¶
func (s *Server) HandleAuthRequest(w http.ResponseWriter, r *http.Request)
func (*Server) StartLogin ¶
func (s *Server) StartLogin(w http.ResponseWriter, r *http.Request)
func (*Server) StartRegistration ¶
func (s *Server) StartRegistration(w http.ResponseWriter, r *http.Request)
Click to show internal directories.
Click to hide internal directories.