FeatureFuel
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()

No pledges yet. Be the first to back this.

Make a pledge

Pledge your monetary support if this feature is added.

$

Comments

No comments yet.

Replying to

Add a comment

What do you think about this feature request?


Similar requests