fix: Add verbose debugging after session store
This commit is contained in:
parent
a553e9e93a
commit
1e0ddbc0ee
@ -58,10 +58,11 @@ func callbackHandler(w http.ResponseWriter, r *http.Request) {
|
||||
log.Println(spew.Sdump(err))
|
||||
return
|
||||
}
|
||||
|
||||
session.Values["token"] = token
|
||||
session.Save(r, w)
|
||||
|
||||
log.Println(spew.Sdump(session))
|
||||
|
||||
// w.Write([]byte("Authentication successful!"))
|
||||
|
||||
url := "https://alias.spamasaurus.com"
|
||||
|
Loading…
Reference in New Issue
Block a user