MCPcopy Create free account
hub / github.com/darjun/go-daily-lib / AuthHandler

Function AuthHandler

goth/github/main.go:47–49  ·  view source on GitHub ↗
(w http.ResponseWriter, r *http.Request)

Source from the content-addressed store, hash-verified

45}
46
47func AuthHandler(w http.ResponseWriter, r *http.Request) {
48 gothic.BeginAuthHandler(w, r)
49}
50
51func CallbackHandler(w http.ResponseWriter, r *http.Request) {
52 user, err := gothic.CompleteUserAuth(w, r)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected