Packages

Integration with the Auth API from Supabase services. Provide authentication with MFA, password and magic link.

Current section

Files

Jump to
supabase_auth priv templates supabase.gen.auth session_html.ex
Raw

priv/templates/supabase.gen.auth/session_html.ex

defmodule <%= inspect web_module %>.SessionHTML do
use <%= inspect web_module %>, :html
embed_templates "session_html/*"
end