Supabase.auth
You're seeing just the function
auth
, go back to Supabase module for more information.
Returns a client that can be used for functions of the GoTrue library.
Example
iex> Supabase.auth() |> GoTrue.settings()
%{
"autoconfirm" => false,
"disable_signup" => false,
"external" => %{
"azure" => false,
"bitbucket" => false,
"email" => true,
"facebook" => false,
"github" => true,
"gitlab" => false,
"google" => false,
"saml" => false
},
"external_labels" => %{}
}