Supabase.Client.Auth (supabase_potion v0.6.1)
Auth configuration schema. This schema is used to configure the auth
options. This schema is embedded in the Supabase.Client
schema.
Fields
:auto_refresh_token
- Automatically refresh the token when it expires. Defaults totrue
.:debug
- Enable debug mode. Defaults tofalse
.:detect_session_in_url
- Detect session in URL. Defaults totrue
.:flow_type
- Authentication flow type. Defaults to"implicit"
.:persist_session
- Persist session. Defaults totrue
.:storage
- Storage type.:storage_key
- Storage key. Default to"sb-$host-auth-token"
where $host is the hostname of your Supabase URL.
For more information about the auth options, see the documentation for the client and auth guides
Summary
Types
Functions
@spec changeset(t(), map()) :: Ecto.Changeset.t()