Hi, when override `signInUpPOST` how to know the s...
# support-questions-legacy
j
Hi, when override
signInUpPOST
how to know the signInUp accessToken from signInUp response is provided by which Provider? I only find a key
user.thirdparty.id
but it seems not used for this purpose. I need to get user info using this accessToken from github and save some user info into metadata.
n
Hi @jokcy_, The
signInUpPost
override takes in a third party id in the request body. You could use that to identify the provider