MCPcopy Create free account
hub / github.com/netlify/gotrue / ExternalProviderCallback

Method ExternalProviderCallback

api/external.go:80–83  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

78}
79
80func (a *API) ExternalProviderCallback(w http.ResponseWriter, r *http.Request) error {
81 a.redirectErrors(a.internalExternalProviderCallback, w, r)
82 return nil
83}
84
85func (a *API) internalExternalProviderCallback(w http.ResponseWriter, r *http.Request) error {
86 ctx := r.Context()

Callers

nothing calls this directly

Calls 1

redirectErrorsMethod · 0.95

Tested by

no test coverage detected