Auto provider in self-hosting
Hi everyone !!
When installing Supabase in self-hosting mode on Docker, I noticed that the authentication providers are missing. Are these modules that we have to install ourselves along with other configurations? Is there a way to get them without too much hassle?
2 Replies
Hi, all the providers are available, you just can't configure them from dashboard. You need to configure them via env vars. Here are the docs https://github.com/supabase/auth#external-authentication-providers
Thanks