Compare commits
3 Commits
Author | SHA1 | Date | |
---|---|---|---|
b1f6a4666c | |||
fdf1501152 | |||
774e302ce7 |
@ -1,3 +1,10 @@
|
|||||||
|
## [1.0.12](http://gitea.gitea.svc.cluster.local:3000/djpbessems/ContainerImage.SpamasaurusRex/compare/v1.0.11...v1.0.12) (2024-03-10)
|
||||||
|
|
||||||
|
|
||||||
|
### Bug Fixes
|
||||||
|
|
||||||
|
* Add callback debugging ([774e302](http://gitea.gitea.svc.cluster.local:3000/djpbessems/ContainerImage.SpamasaurusRex/commit/774e302ce749f004e97650d05694162780e009d8))
|
||||||
|
|
||||||
## [1.0.11](http://gitea.gitea.svc.cluster.local:3000/djpbessems/ContainerImage.SpamasaurusRex/compare/v1.0.10...v1.0.11) (2024-03-10)
|
## [1.0.11](http://gitea.gitea.svc.cluster.local:3000/djpbessems/ContainerImage.SpamasaurusRex/compare/v1.0.10...v1.0.11) (2024-03-10)
|
||||||
|
|
||||||
|
|
||||||
|
@ -36,6 +36,7 @@ func callbackHandler(w http.ResponseWriter, r *http.Request) {
|
|||||||
code := r.URL.Query().Get("code")
|
code := r.URL.Query().Get("code")
|
||||||
token, err := config.Exchange(r.Context(), code)
|
token, err := config.Exchange(r.Context(), code)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
w.Write([]byte(spew.Sdump(err)))
|
||||||
http.Error(w, "Error exchanging code for token", http.StatusInternalServerError)
|
http.Error(w, "Error exchanging code for token", http.StatusInternalServerError)
|
||||||
return
|
return
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user