Create new user in Elixir with Supabase

How do I create a new user in Elixir and Supabase? The documentation is a little sparse, so I am stuck.

Here is that I have:

  • installed the module in mix.exs, I tried both 0.2.0 and 0.3.0
  • added the URL and API KEY as environment variable via config
  • created the page controllers and HTML around it
  • I am sending the values to a signup function in supabase.ex
    and that’s it. Now I am stuck.