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

OAuth providers seem to have a dependency on email signups being enabled #193

Closed
darora opened this issue Aug 29, 2021 · 3 comments
Closed
Labels
bug Something isn't working

Comments

@darora
Copy link
Contributor

darora commented Aug 29, 2021

Moving from supabase/supabase#2851 (comment)

Google Auth provider refresh token call fails with "400 Unsupported Email Provider".

@J0
Copy link
Contributor

J0 commented Apr 19, 2022

Bug report

Describe the bug

Bug is appearing after disabling "Enable Email Signup" in dashboard.
I'm using Discord as provider for OAuth.
When supabase-js client is trying to refresh token in react-app instead of getting new token I'm getting this response:

HTTP Code 400 with body:
{ "code": 400, "msg": "Email logins are disabled" }

After enabling "Enable Email Signup" I'm getting token with response.

To Reproduce

  1. Setup via discord sign in
  2. Disable "Enable Email Signup" in supabase dashboard
  3. Sign in with discord in your app
  4. Wait for request

Expected behavior

Getting new token with request.

System information

  • Version of @supabase/supabase-js: 1.22.5

@hf
Copy link
Contributor

hf commented Sep 21, 2022

Hey everyone, please take a look at this comment by @kangmingtay on why we're not able to devote more time on this for now. #414 (comment)

@hf hf closed this as not planned Won't fix, can't repro, duplicate, stale Sep 21, 2022
@hf
Copy link
Contributor

hf commented Sep 21, 2022

Please refer to #214 to track this issue further.

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

3 participants