Skip to content
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

Fix GitHub oauth getId() type mismatch on assignment #581

Merged
merged 2 commits into from
Mar 14, 2024

Conversation

nobodyatroot
Copy link
Member

@nobodyatroot nobodyatroot commented Mar 14, 2024

Fixes 500 on getId() assignment. The oauth providers are not providing consistent return types... GitHub function returns an int, Google returns a mixed type, Facebook returns a string, etc.... our code has them all set to expect strings or null.

@nobodyatroot nobodyatroot added bug Something isn't working backend Backend related issues and pull requests labels Mar 14, 2024
@nobodyatroot nobodyatroot self-assigned this Mar 14, 2024
@nobodyatroot nobodyatroot merged commit 99d59e6 into main Mar 14, 2024
7 checks passed
@nobodyatroot nobodyatroot deleted the fix_github_oauth_getid branch March 14, 2024 14:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
backend Backend related issues and pull requests bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants