https://supertokens.com/ logo
getting provider info
p

petrgazarov

04/24/2023, 9:46 AM
This is a very basic question, but if I want to get userinfo from a social provider (e.g. first_name, last_name, profile pic, etc), do I need to implement the API call myself, using the provided access token? In Auth0, this info is immediately accessible.
r

rp

04/24/2023, 9:47 AM
hey @petrgazarov at the moment, you do need to make this API call yourself. But we are working on a reafctor which will fetch the relevant info for you - just like in Auth0
p

petrgazarov

04/24/2023, 9:48 AM
Gotcha. It would be a time-saver to have this done automatically.
r

rp

04/24/2023, 9:48 AM
yea. Makes sense.