When override `signInUpPOST` on backend for github...
# support-questions-legacy
j
When override
signInUpPOST
on backend for github oauth, is it possible to get the user info (like github avatar url) from response of
originalImplementation.signInUpPOST
?
r
Hey
You can get the access token from calling the original implementation and the query GitHub yourself after that
j
But I guess the api already did the api request (to get email) right?
r
yea it did
we don't expose those info (uyet)
in the version release after 1 month (approx), we will expose that info too
j
Great, I will request myself by now and waiting for the next release.
r
sounds good!