-
Notifications
You must be signed in to change notification settings - Fork 39
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Github thirdparty provider does not set raw_user_info_from_provider in get_user_info #474
Comments
For the time being I've done this:
|
mavwolverine
added a commit
to mavwolverine/supertokens-python
that referenced
this issue
Dec 31, 2024
12 tasks
10 tasks
namsnath
pushed a commit
to namsnath/supertokens-python
that referenced
this issue
Feb 7, 2025
mavwolverine
added a commit
to mavwolverine/supertokens-python
that referenced
this issue
Feb 7, 2025
10 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Unlike other providers, the GitHub provider requests user data from the GitHub api and returns the user_id and email but never sets or provides the raw_user_info_from_provider, meaning we have to unnecessarily implement that as a second call in a thirdparty_sign_in_up_post.
The text was updated successfully, but these errors were encountered: