fix: Add verbose debugging after session store

This commit is contained in:
Danny Bessems 2024-03-11 14:42:01 +11:00
parent a553e9e93a
commit 1e0ddbc0ee
1 changed files with 2 additions and 1 deletions

View File

@ -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"