How do I access the acess_token after clicking on the invite link sent to email {{ .ConfirmationURL }}
const supabase = await createAdminClient();
const { data } = await supabase.auth.getSession();
console.log('User:', data);
did use service_key here but returns null