[Nuxt] Login flow with magic link
For some reason, I can't make the magic link work.
I have a nuxt 3 project with @nuxtjs/supabase module.
I run
I have an edge function
when I generate a magic link and open it on my nuxt 3 application, I don't get logged in automatically. This is what supposed to happen, right?
Here is
I even added this to
I have a nuxt 3 project with @nuxtjs/supabase module.
I run
supabase start && supabase functions serveI have an edge function
login that does the following:when I generate a magic link and open it on my nuxt 3 application, I don't get logged in automatically. This is what supposed to happen, right?
user from useSupabaseUser remains null. Here is
confirm.vue:I even added this to
config.toml: