SupabaseS
Supabase5mo ago
oli

E-mail sign in vs Magic link - the user object

Hello,
I'm trying to add Magic link sign in to my app, however a session created from a magic link does not contain the user object and therefore I can't get user ID (from auth.users) which my app needs. Here's an example:

og.error { "Fetch test: session: ${supabaseClient.auth.currentSessionOrNull()}" } 
Was this page helpful?