How to check if given OAuth provider is enabled?
I've tried
hoping I'll get an error. But that seems to always return an URL regardless of the provider's name:
Is there a way to check if an OAuth provider is enabled? I need this so I can show/hide the respective "Sign in with ..." options in my app based on how given instance of Supabase is configured.
hoping I'll get an error. But that seems to always return an URL regardless of the provider's name:
Is there a way to check if an OAuth provider is enabled? I need this so I can show/hide the respective "Sign in with ..." options in my app based on how given instance of Supabase is configured.