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

Auth provider name is in wrong array order with same email #1922

Open
2 tasks done
qxygene1 opened this issue Jan 21, 2025 · 0 comments
Open
2 tasks done

Auth provider name is in wrong array order with same email #1922

qxygene1 opened this issue Jan 21, 2025 · 0 comments
Labels
bug Something isn't working

Comments

@qxygene1
Copy link

qxygene1 commented Jan 21, 2025

Bug report

  • I confirm this is a bug with Supabase, not with my own application.
  • I confirm I have searched the Docs, GitHub Discussions, and Discord.

Describe the bug

Auth provider name is in wrong order when logged in.

Additional context

Auth provider name is in wrong order when logged in.

Same email with 2 providers;

Example json when logged in with google IT WORKS
"app_metadata":{"provider":"google","providers":["google","facebook"]},"

Example json when logged in with facebook IT DOESNT WORK
"app_metadata":{"provider":"google","providers":["google","facebook"]},"

  1. log in didnt update provider correctly.

Thank you.

@qxygene1 qxygene1 added the bug Something isn't working label Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant