<@753782819528114246> Have you tried to use like ...
# gotrue
m
@konga Have you tried to use like this?
Copy code
const { user, session, error } = await supabase.auth.signIn({
  email: 'example@email.com',
})
The user should get the magic link if you don't provide a pw.