© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•14mo ago•
4 replies
shaq

what metadata is for email auth

for email authentication what metadata is shown, i want to create a function but the following is for github authentication

    INSERT INTO public.users (id,display_name,avatar_url)
    VALUES (
      NEW.id,
      new.raw_user_meta_data ->>'user_name',
      new.raw_user_meta_data ->>'avatar_url'
    );

    RETURN NEW;
END;
    INSERT INTO public.users (id,display_name,avatar_url)
    VALUES (
      NEW.id,
      new.raw_user_meta_data ->>'user_name',
      new.raw_user_meta_data ->>'avatar_url'
    );

    RETURN NEW;
END;


what metadata do i use for email authentictation
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

AUTH - email
SupabaseSSupabase / help-and-questions
6mo ago
Auth create user metadata
SupabaseSSupabase / help-and-questions
5mo ago
What is the best AUTH Tutorial (Email & Providers) out there for Next.JS14 ?
SupabaseSSupabase / help-and-questions
3y ago
What library for supabase/auth
SupabaseSSupabase / help-and-questions
14mo ago