httpx_oauth.errors.GetIdEmailError #331
Closed
BhuwanPandey
started this conversation in
General
Replies: 1 comment
-
Set Permission Accordingly |
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
-
Help Needed!
I am planning to create github authentication. Actually I know which part of code raise the problem
In the above code, response.status_code give me 401 status code as well as value of data.get("email") is None.
that the reason it raise issue. but when I print response.json() it gives me result of particular user.
What should I do to make it work correctly. I searched here and there but didnot find statisfaction answers.
last, I also setup github app and oauth app correctly on github settings.
whole code looks like
app.py
auth.py
Beta Was this translation helpful? Give feedback.
All reactions