6
Expose a method to retrieve a user by email address
Source: supabase/supabase#13459 · opened by @yagiz-noonlight
Currently Supabase does not support retrieving a user other than uid. For applications that involve an invitation flow, where the developer needs to check if that email belongs to an existing user or not, there is currently no way to know it, other than, getting all users and filtering them through email on the application layer.
Something like this:
supabase.auth.admin.getUserByEmail()
Something like this:
supabase.auth.admin.getUserByEmail()
No pledges yet. Be the first to back this.
Comments
Similar requests
Support for Retrieving Multiple Users by IDs in supabase-js
5 votes · 0 comments
User enumeration that could be avoided on email change
4 votes · 0 comments
feat: Identify which email was verified during the two-step email update process
1 vote · 0 comments
I have an idea about the SignUp method
1 vote · 0 comments
Improved UX for converting anonymous user to 'full' user.
6 votes · 0 comments
No comments yet.