S
Supabase5w ago
wrux

Auth providers in local Docker container

Is Web3 auth making it's way into the local docker container anytime soon?
6 Replies
silentworks
silentworks5w ago
It's already there
silentworks
silentworks5w ago
This is in my config.toml for the latest CLI setup.
No description
wrux
wruxOP5w ago
Oh nice. Is there something I have to do to get the latest Supabase docker? OR do I need to change a file in my project? If I try to pull changes and restart I still get the following:
failed to parse config: 2 error(s) decoding:

* 'auth' has invalid keys: web3
* 'auth.rate_limit' has invalid keys: web3
failed to parse config: 2 error(s) decoding:

* 'auth' has invalid keys: web3
* 'auth.rate_limit' has invalid keys: web3
Here's what I'm running:
docker pull ghcr.io/supabase/postgres:latest
docker pull ghcr.io/supabase/gotrue:latest
docker pull ghcr.io/supabase/realtime:latest
docker pull ghcr.io/supabase/storage-api:latest
docker pull ghcr.io/supabase/rest:latest
docker pull ghcr.io/supabase/postgres:latest
docker pull ghcr.io/supabase/gotrue:latest
docker pull ghcr.io/supabase/realtime:latest
docker pull ghcr.io/supabase/storage-api:latest
docker pull ghcr.io/supabase/rest:latest
silentworks
silentworks5w ago
You are using docker compose or the Supabase CLI? my setup is referring to the Supabase CLI.
wrux
wruxOP5w ago
I'm running supabase start I'm building off a Vite + Supabase starter
silentworks
silentworks5w ago
You should create a new project with the latest CLI to see what the config.toml contains.

Did you find this page helpful?