Packages
Integration with the GoTrue API from Supabase services. Provide authentication with MFA, password and magic link.
Retired package: Renamed - It was renamed to supabase_auth, check https://github.com/supabase-community/supabase-ex/issues/66
Current section
Files
Jump to
Current section
Files
priv/templates/supabase.gen.auth/session_html.ex
defmodule <%= inspect web_module %>.SessionHTML do
use <%= inspect web_module %>, :html
embed_templates "session_html/*"
end