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

Add / Remove a Provider #700

Closed
jdgamble555 opened this issue Sep 16, 2022 · 1 comment
Closed

Add / Remove a Provider #700

jdgamble555 opened this issue Sep 16, 2022 · 1 comment
Labels
auth enhancement New feature or request

Comments

@jdgamble555
Copy link

Feature request

Currently, there doesn't seem to be a way to link / unlink a provider (email, google, password, phone, etc). There should be methods to do this, as people need to be able to handle their accounts in these situations. This is very standard.

Describe the solution you'd like

There should be just basic "link" and "unlink" methods for an account that is already signed in.

https://firebase.google.com/docs/auth/web/account-linking

https://auth0.com/docs/manage-users/user-accounts/user-account-linking/unlink-user-accounts

Describe alternatives you've considered

I don't see a way to do this since you can't "delete" an account either. I guess you could write a separate stored procedure to delete the account, then a separate stored procedure to copy / delete / merge other accounts. Then write the backend code, then write the frontend code.

That being said, this should be built-in.

J

@jdgamble555 jdgamble555 added the enhancement New feature or request label Sep 16, 2022
@saltcod saltcod added the auth label Sep 16, 2022
@J0 J0 transferred this issue from supabase/supabase Sep 26, 2022
@J0
Copy link
Contributor

J0 commented Sep 28, 2022

Hey,

Thanks for the detailed description! We've received multiple requests for this but we don't plan to support linking/unlinking providers for the moment but it's something that we'll be looking into right now. Feel free to follow along at #313

Going to close for now but let us now if you have any further questions/concerns.
Thanks!

@J0 J0 closed this as completed Sep 28, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
auth enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants