Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type SessionAuthConfig ¶
type SessionAuthConfig struct {
AuthFailedHandler func(w http.ResponseWriter, r *http.Request, err error)
AuthSuccessHandler func(w http.ResponseWriter, r *http.Request, user goth.User)
ErrorPath string
ExcludedPaths []string
HTMLResponsePaths []string
SessionName string
Store sessions.Store
UnapprovedPath string
}
Click to show internal directories.
Click to hide internal directories.