mirror of
https://github.com/status-im/open-bounty.git
synced 2025-02-26 16:10:50 +00:00
Print OAuth access token to logs
This commit is contained in:
parent
f80e1ad000
commit
3eede3ac93
@ -39,6 +39,7 @@
|
|||||||
body (keywordize-keys (codec/form-decode (:body resp)))
|
body (keywordize-keys (codec/form-decode (:body resp)))
|
||||||
scope (:scope body)
|
scope (:scope body)
|
||||||
access-token (:access_token body)]
|
access-token (:access_token body)]
|
||||||
|
(log/info "access-token:" access-token)
|
||||||
(log/debug "github sign-in callback, response body:" body)
|
(log/debug "github sign-in callback, response body:" body)
|
||||||
(if (:error body)
|
(if (:error body)
|
||||||
;; Why does Mist browser sends two redirects at the same time? The latter results in 401 error.
|
;; Why does Mist browser sends two redirects at the same time? The latter results in 401 error.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user