Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type AccountAuth ¶
type AccountAuth struct { jwt.RegisteredClaims Username string `json:"username"` Email string `json:"email"` Name string `json:"name"` ProviderDetails }
type Auth ¶
func (Auth) AuthHandler ¶
func (a Auth) AuthHandler(res http.ResponseWriter, req *http.Request)
func (Auth) CallbackHandler ¶
func (a Auth) CallbackHandler(res http.ResponseWriter, req *http.Request)
nolint:gocyclo
func (Auth) LogoutHandler ¶
func (a Auth) LogoutHandler(res http.ResponseWriter, req *http.Request)
type ProviderDetails ¶
Click to show internal directories.
Click to hide internal directories.