© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•3y ago•
14 replies
sheriffderek

Auth error messages: is there a list of them? Or a way to access an object?

So far, I'm collecting them as I see them and handling them like this
if (error == 'AuthApiError: Email not confirmed') { ...
if (error == 'AuthApiError: Email not confirmed') { ...
. I'm used to Firebase having these string-only type errors, but is that how it works with supabase too? https://supabase.com/docs/guides/auth/auth-email . I haven't found any lists of them so that I can make sure they're all accounted for.
Login With Email | Supabase Docs
Use Supabase to Authenticate and Authorize your users using email.
Login With Email | Supabase Docs
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

Is there any way to access auth object in postgres functions?
SupabaseSSupabase / help-and-questions
4y ago
Is there an API to get a list of database backups?
SupabaseSSupabase / help-and-questions
14mo ago
Is there any way to generate an auth session without credentials?
SupabaseSSupabase / help-and-questions
4y ago
Is there a way to access the email confirmation URL?
SupabaseSSupabase / help-and-questions
13mo ago