Add user properties #257
Unanswered
davidbrochart
asked this question in
Q&A
Replies: 1 comment
-
The goal of HTTPX-OAuth is to give you a valid access token for the provider API. Once you have it, you can call the REST API separately (e.g. in a worker process or in the |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I would like to get more information from e.g. a user's GitHub account (avatar URL, username...). What's the recommended way to do this? Since I have the
id
, should I get it fromhttps://api.github.com/user/:id
, or is there a way to have the user's model already populated with it?Beta Was this translation helpful? Give feedback.
All reactions