Shoki
06/16/2022, 10:52 AM.env
GOTRUE_EXTERNAL_GOOGLE_ENABLED=true
GOTRUE_EXTERNAL_GOOGLE_CLIENT_ID=my_client_id
GOTRUE_EXTERNAL_GOOGLE_SECRET=my_secret
GOTRUE_EXTERNAL_GOOGLE_REDIRECT_URI=my_redirect_uri
i restarted the containers and tried to open this URL:
http://localhost:8000/auth/v1/authorize?provider=google&redirect_to=
and got this:
{
"code": 400,
"msg": "Unsupported provider: Provider is not enabled"
}
can you help me, i think i'm missing somethingNeedle
06/16/2022, 10:52 AMsilentworks
06/16/2022, 11:16 AMdocker-compose.yml
too, you need to add these env variables to the auth/environment
section.Needle
06/16/2022, 3:17 PM